次の方法で共有


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

リソースの種類。

適用対象