ApplicationGatewayOperationsExtensions.BeginAddCertificate 方法
The Begin Add certificate operation adds the ssl certificate to the application gateway (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)
命名空间: Microsoft.WindowsAzure.Management.Network
程序集: Microsoft.WindowsAzure.Management.Network(在 Microsoft.WindowsAzure.Management.Network.dll 中)
使用
用法
Dim operations As IApplicationGatewayOperations
Dim gatewayName As String
Dim certificateName As String
Dim certificate As ApplicationGatewayCertificate
Dim returnValue As GatewayOperationResponse
returnValue = ApplicationGatewayOperationsExtensions.BeginAddCertificate(operations, gatewayName, certificateName, certificate)
语法
声明
<ExtensionAttribute> _
Public Shared Function BeginAddCertificate ( _
operations As IApplicationGatewayOperations, _
gatewayName As String, _
certificateName As String, _
certificate As ApplicationGatewayCertificate _
) As GatewayOperationResponse
[ExtensionAttribute]
public static GatewayOperationResponse BeginAddCertificate (
IApplicationGatewayOperations operations,
string gatewayName,
string certificateName,
ApplicationGatewayCertificate certificate
)
[ExtensionAttribute]
public:
static GatewayOperationResponse^ BeginAddCertificate (
IApplicationGatewayOperations^ operations,
String^ gatewayName,
String^ certificateName,
ApplicationGatewayCertificate^ certificate
)
/** @attribute ExtensionAttribute() */
public static GatewayOperationResponse BeginAddCertificate (
IApplicationGatewayOperations operations,
String gatewayName,
String certificateName,
ApplicationGatewayCertificate certificate
)
ExtensionAttribute
public static function BeginAddCertificate (
operations : IApplicationGatewayOperations,
gatewayName : String,
certificateName : String,
certificate : ApplicationGatewayCertificate
) : GatewayOperationResponse
参数
- operations
Reference to the Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
- gatewayName
Required. Gateway name
- certificateName
Required. Certificate name
- certificate
Required. The application gateway ssl certificate
返回值
A standard service response including an HTTP status code and request ID.
线程安全
此类型的所有公开静态(在 Visual Basic 中为共享)成员均为线程安全型成员。但不保证所有实例成员都是线程安全的。
平台
开发平台
Windows Vista、Windows 7 和 Windows Server 2008
目标平台
另请参阅
参考
ApplicationGatewayOperationsExtensions 类
ApplicationGatewayOperationsExtensions 成员
Microsoft.WindowsAzure.Management.Network 命名空间