共用方式為


ClientRootCertificateOperationsExtensions.GetAsync Method

Definition

The Get Client Root Certificate operation returns the public portion of a previously uploaded client root certificate in a base-64-encoded format from Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn205127.aspx for more information)

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ClientRootCertificateGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations operations, string networkName, string certificateThumbprint);
static member GetAsync : Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ClientRootCertificateGetResponse>
<Extension()>
Public Function GetAsync (operations As IClientRootCertificateOperations, networkName As String, certificateThumbprint As String) As Task(Of ClientRootCertificateGetResponse)

Parameters

operations
IClientRootCertificateOperations

Reference to the Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations.

networkName
String

Required. The name of the virtual network for this gateway.

certificateThumbprint
String

Required. The X509 certificate thumbprint.

Returns

Response to the Get Client Root Certificate operation.

Applies to