ArmDataBoxEdgeModelFactory.UploadCertificateContent Method
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.
Initializes a new instance of UploadCertificateContent.
public static Azure.ResourceManager.DataBoxEdge.Models.UploadCertificateContent UploadCertificateContent(Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeAuthenticationType? authenticationType = default, string certificate = default);
static member UploadCertificateContent : Nullable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeAuthenticationType> * string -> Azure.ResourceManager.DataBoxEdge.Models.UploadCertificateContent
Public Shared Function UploadCertificateContent (Optional authenticationType As Nullable(Of DataBoxEdgeAuthenticationType) = Nothing, Optional certificate As String = Nothing) As UploadCertificateContent
Parameters
- authenticationType
- Nullable<DataBoxEdgeAuthenticationType>
The authentication type.
- certificate
- String
The base64 encoded certificate raw data.
Returns
A new UploadCertificateContent instance for mocking.