VaultCredUploadCertRequest 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
VaultCredUploadCertRequest() |
Initializes a new instance of the VaultCredUploadCertRequest class. |
VaultCredUploadCertRequest(RawCertificateData) |
Initializes a new instance of the VaultCredUploadCertRequest class with required arguments. |
VaultCredUploadCertRequest()
Initializes a new instance of the VaultCredUploadCertRequest class.
public VaultCredUploadCertRequest ();
Public Sub New ()
Applies to
VaultCredUploadCertRequest(RawCertificateData)
Initializes a new instance of the VaultCredUploadCertRequest class with required arguments.
public VaultCredUploadCertRequest (Microsoft.Azure.Management.BackupServices.Models.RawCertificateData rawCertificateData);
new Microsoft.Azure.Management.BackupServices.Models.VaultCredUploadCertRequest : Microsoft.Azure.Management.BackupServices.Models.RawCertificateData -> Microsoft.Azure.Management.BackupServices.Models.VaultCredUploadCertRequest
Public Sub New (rawCertificateData As RawCertificateData)
Parameters
- rawCertificateData
- RawCertificateData
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET