Udostępnij przez


ArmDataBoxEdgeModelFactory.UploadCertificateContent Method

Definition

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.

Applies to