VerificationCodeResponse コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
リソースの種類。
- properties
- VerificationCodeResponseProperties
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET