VaultCertificateResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- properties
- ResourceCertificateDetails
Applies to
Azure SDK for .NET