DevicesOperationsExtensions.UploadCertificate Method

Definition

Uploads registration certificate for the device.

public static Microsoft.Azure.Management.EdgeGateway.Models.UploadCertificateResponse UploadCertificate (this Microsoft.Azure.Management.EdgeGateway.IDevicesOperations operations, string deviceName, string resourceGroupName, string certificate, string authenticationType = default);
static member UploadCertificate : Microsoft.Azure.Management.EdgeGateway.IDevicesOperations * string * string * string * string -> Microsoft.Azure.Management.EdgeGateway.Models.UploadCertificateResponse
<Extension()>
Public Function UploadCertificate (operations As IDevicesOperations, deviceName As String, resourceGroupName As String, certificate As String, Optional authenticationType As String = Nothing) As UploadCertificateResponse

Parameters

operations
IDevicesOperations

The operations group for this extension method.

deviceName
String

The device name.

resourceGroupName
String

The resource group name.

certificate
String

The base64 encoded certificate raw data.

authenticationType
String

The authentication type. Possible values include: 'Invalid', 'AzureActiveDirectory'

Returns

Applies to