次の方法で共有


CloudServicesOperationsExtensions.GetInstanceViewAsync メソッド

定義

クラウド サービスの状態を取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.CloudServiceInstanceView> GetInstanceViewAsync(this Microsoft.Azure.Management.Compute.ICloudServicesOperations operations, string resourceGroupName, string cloudServiceName, System.Threading.CancellationToken cancellationToken = default);
static member GetInstanceViewAsync : Microsoft.Azure.Management.Compute.ICloudServicesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.CloudServiceInstanceView>
<Extension()>
Public Function GetInstanceViewAsync (operations As ICloudServicesOperations, resourceGroupName As String, cloudServiceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CloudServiceInstanceView)

パラメーター

operations
ICloudServicesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

cloudServiceName
String

クラウド サービスの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象