ClientRootCertificateOperationsExtensions.Create Method (IClientRootCertificateOperations, String, ClientRootCertificateCreateParameters)
The Upload Client Root Certificate operation is used to upload a new client root certificate to Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/dn205129.aspx for more information)
Namespace: Microsoft.WindowsAzure.Management.Network
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Syntax
public static GatewayOperationResponse Create(
this IClientRootCertificateOperations operations,
string networkName,
ClientRootCertificateCreateParameters parameters
)
public:
[ExtensionAttribute]
static GatewayOperationResponse^ Create(
IClientRootCertificateOperations^ operations,
String^ networkName,
ClientRootCertificateCreateParameters^ parameters
)
static member Create :
operations:IClientRootCertificateOperations *
networkName:string *
parameters:ClientRootCertificateCreateParameters -> GatewayOperationResponse
<ExtensionAttribute>
Public Shared Function Create (
operations As IClientRootCertificateOperations,
networkName As String,
parameters As ClientRootCertificateCreateParameters
) As GatewayOperationResponse
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperationsReference to the Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations.
networkName
Type: System.StringRequired. The name of the virtual network for this gateway.
parameters
Type: Microsoft.WindowsAzure.Management.Network.Models.ClientRootCertificateCreateParametersRequired. Parameters supplied to the Upload Client Root Certificate Virtual Network Gateway operation.
Return Value
Type: Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse
A standard service response including an HTTP status code and request ID.
See Also
ClientRootCertificateOperationsExtensions Class
Microsoft.WindowsAzure.Management.Network Namespace
Return to top