Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CredentialCreateOrUpdateParameters 类

定义

提供给创建或更新凭据操作的参数。

public class CredentialCreateOrUpdateParameters
[Microsoft.Rest.Serialization.JsonTransformation]
public class CredentialCreateOrUpdateParameters
type CredentialCreateOrUpdateParameters = class
[<Microsoft.Rest.Serialization.JsonTransformation>]
type CredentialCreateOrUpdateParameters = class
Public Class CredentialCreateOrUpdateParameters
继承
CredentialCreateOrUpdateParameters
属性

构造函数

CredentialCreateOrUpdateParameters()

初始化 CredentialCreateOrUpdateParameters 类的新实例。

CredentialCreateOrUpdateParameters(String, CredentialCreateOrUpdateProperties)

提供给创建或更新凭据操作的参数。

CredentialCreateOrUpdateParameters(String, String, String, String)

初始化 CredentialCreateOrUpdateParameters 类的新实例。

属性

Description

获取或设置凭据的说明。

Name

获取或设置凭据的名称。

Password

获取或设置凭据的密码。

Properties

提供给创建或更新凭据操作的参数。

UserName

获取或设置凭据的用户名。

方法

Validate()

验证 对象。

适用于