IDeploymentOperations.GetAsync 方法 (String, CancellationToken)
获取网站的部署。
命名空间: Microsoft.WindowsAzure.WebSitesExtensions
程序集: Microsoft.WindowsAzure.Management.WebSites(Microsoft.WindowsAzure.Management.WebSites.dll 中)
语法
Task<DeploymentGetResponse> GetAsync(
string deploymentId,
CancellationToken cancellationToken
)
Task<DeploymentGetResponse^>^ GetAsync(
String^ deploymentId,
CancellationToken cancellationToken
)
abstract GetAsync :
deploymentId:string *
cancellationToken:CancellationToken -> Task<DeploymentGetResponse>
Function GetAsync (
deploymentId As String,
cancellationToken As CancellationToken
) As Task(Of DeploymentGetResponse)
参数
deploymentId
Type: System.String部署标识符。
cancellationToken
Type: System.Threading.CancellationToken取消标记。
返回值
Type: System.Threading.Tasks.Task<DeploymentGetResponse>
部署信息的操作响应。
请参阅
IDeploymentOperations 接口
Microsoft.WindowsAzure.WebSitesExtensions 命名空间
返回页首