次の方法で共有


CertificateResponse コンストラクター

定義

オーバーロード

CertificateResponse()

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

CertificateResponse(CertificateProperties, String, String, String, String, SystemData)

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

CertificateResponse()

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

public CertificateResponse ();
Public Sub New ()

適用対象

CertificateResponse(CertificateProperties, String, String, String, String, SystemData)

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

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

パラメーター

properties
CertificateProperties

証明書のプロパティ

id
String

リソース識別子。

name
String

証明書の名前。

etag
String

エンティティ タグ。

type
String

リソースの種類。

systemData
SystemData

適用対象