IApplicationGatewayOperations.BeginAddCertificateAsync 方法 (String, String, ApplicationGatewayCertificate, CancellationToken)
开始添加证书操作将 ssl 证书添加到应用程序网关 (请参阅 https://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx 有关详细信息)
命名空间: Microsoft.WindowsAzure.Management.Network
程序集: Microsoft.WindowsAzure.Management.Network(Microsoft.WindowsAzure.Management.Network.dll 中)
语法
Task<GatewayOperationResponse> BeginAddCertificateAsync(
string gatewayName,
string certificateName,
ApplicationGatewayCertificate certificate,
CancellationToken cancellationToken
)
Task<GatewayOperationResponse^>^ BeginAddCertificateAsync(
String^ gatewayName,
String^ certificateName,
ApplicationGatewayCertificate^ certificate,
CancellationToken cancellationToken
)
abstract BeginAddCertificateAsync :
gatewayName:string *
certificateName:string *
certificate:ApplicationGatewayCertificate *
cancellationToken:CancellationToken -> Task<GatewayOperationResponse>
Function BeginAddCertificateAsync (
gatewayName As String,
certificateName As String,
certificate As ApplicationGatewayCertificate,
cancellationToken As CancellationToken
) As Task(Of GatewayOperationResponse)
参数
gatewayName
Type: System.String网关名称
certificateName
Type: System.String证书名称
certificate
Type: Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayCertificate应用程序网关的 ssl 证书
cancellationToken
Type: System.Threading.CancellationToken取消标记。
返回值
Type: System.Threading.Tasks.Task<GatewayOperationResponse>
标准服务响应,包括 HTTP 状态代码和请求 ID。
请参阅
IApplicationGatewayOperations 接口
Microsoft.WindowsAzure.Management.Network 命名空间
返回页首