共用方式為


VaultCertificateResponse Constructors

Definition

Overloads

VaultCertificateResponse()

Initializes a new instance of the VaultCertificateResponse class.

VaultCertificateResponse(String, String, String, ResourceCertificateDetails)

Initializes a new instance of the VaultCertificateResponse class.

VaultCertificateResponse()

Initializes a new instance of the VaultCertificateResponse class.

public VaultCertificateResponse ();
Public Sub New ()

Applies to

VaultCertificateResponse(String, String, String, ResourceCertificateDetails)

Initializes a new instance of the VaultCertificateResponse class.

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

Parameters

name
String

Resource name associated with the resource.

type
String

Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...

id
String

Resource Id represents the complete path to the resource.

Applies to