次の方法で共有


CertificateWithNonceDescription コンストラクター

定義

オーバーロード

CertificateWithNonceDescription()

CertificateWithNonceDescription クラスの新しいインスタンスを初期化します。

CertificateWithNonceDescription(CertificatePropertiesWithNonce, String, String, String, String)

CertificateWithNonceDescription クラスの新しいインスタンスを初期化します。

CertificateWithNonceDescription()

CertificateWithNonceDescription クラスの新しいインスタンスを初期化します。

public CertificateWithNonceDescription();
Public Sub New ()

適用対象

CertificateWithNonceDescription(CertificatePropertiesWithNonce, String, String, String, String)

CertificateWithNonceDescription クラスの新しいインスタンスを初期化します。

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

パラメーター

id
String

リソース識別子。

name
String

証明書の名前。

etag
String

エンティティ タグ。

type
String

リソースの種類。

適用対象