ISettingOperations.GetAsync 方法 (String, CancellationToken)

 

命名空间:   Microsoft.WindowsAzure.Management.Monitoring.Autoscale
程序集:  Microsoft.WindowsAzure.Management.Monitoring(Microsoft.WindowsAzure.Management.Monitoring.dll 中)

语法

Task<AutoscaleSettingGetResponse> GetAsync(
    string resourceId,
    CancellationToken cancellationToken
)
Task<AutoscaleSettingGetResponse^>^ GetAsync(
    String^ resourceId,
    CancellationToken cancellationToken
)
abstract GetAsync : 
        resourceId:string *
        cancellationToken:CancellationToken -> Task<AutoscaleSettingGetResponse>
Function GetAsync (
    resourceId As String,
    cancellationToken As CancellationToken
) As Task(Of AutoscaleSettingGetResponse)

参数

返回值

Type: System.Threading.Tasks.Task<AutoscaleSettingGetResponse>

标准服务响应,包括 HTTP 状态代码和请求 ID。

请参阅

ISettingOperations 接口
Microsoft.WindowsAzure.Management.Monitoring.Autoscale 命名空间

返回页首