UploadCertificateRequest 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
UploadCertificateRequest() |
Initializes a new instance of the UploadCertificateRequest class. |
UploadCertificateRequest(String, String) |
Initializes a new instance of the UploadCertificateRequest class. |
UploadCertificateRequest()
Initializes a new instance of the UploadCertificateRequest class.
public UploadCertificateRequest ();
Public Sub New ()
Applies to
UploadCertificateRequest(String, String)
Initializes a new instance of the UploadCertificateRequest class.
public UploadCertificateRequest (string certificate, string authenticationType = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.UploadCertificateRequest : string * string -> Microsoft.Azure.Management.DataBoxEdge.Models.UploadCertificateRequest
Public Sub New (certificate As String, Optional authenticationType As String = Nothing)
Parameters
- certificate
- String
The base64 encoded certificate raw data.
- authenticationType
- String
The authentication type. Possible values include: 'Invalid', 'AzureActiveDirectory'
Applies to
Azure SDK for .NET