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

VerificationCodeResponse 构造函数

定义

重载

VerificationCodeResponse()

初始化 VerificationCodeResponse 类的新实例。

VerificationCodeResponse(String, String, String, String, VerificationCodeResponseProperties)

初始化 VerificationCodeResponse 类的新实例。

VerificationCodeResponse()

初始化 VerificationCodeResponse 类的新实例。

public VerificationCodeResponse ();
Public Sub New ()

适用于

VerificationCodeResponse(String, String, String, String, VerificationCodeResponseProperties)

初始化 VerificationCodeResponse 类的新实例。

public VerificationCodeResponse (string name = default, string etag = default, string id = default, string type = default, Microsoft.Azure.Management.DeviceProvisioningServices.Models.VerificationCodeResponseProperties properties = default);
new Microsoft.Azure.Management.DeviceProvisioningServices.Models.VerificationCodeResponse : string * string * string * string * Microsoft.Azure.Management.DeviceProvisioningServices.Models.VerificationCodeResponseProperties -> Microsoft.Azure.Management.DeviceProvisioningServices.Models.VerificationCodeResponse
Public Sub New (Optional name As String = Nothing, Optional etag As String = Nothing, Optional id As String = Nothing, Optional type As String = Nothing, Optional properties As VerificationCodeResponseProperties = Nothing)

参数

name
String

证书的名称。

etag
String

请求 etag。

id
String

资源标识符。

type
String

资源类型。

适用于