次の方法で共有


CloudServiceRoleInstancesOperationsExtensions.GetAsync メソッド

定義

クラウド サービスからロール インスタンスを取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.RoleInstance> GetAsync (this Microsoft.Azure.Management.Compute.ICloudServiceRoleInstancesOperations operations, string roleInstanceName, string resourceGroupName, string cloudServiceName, Microsoft.Azure.Management.Compute.Models.InstanceViewTypes? expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Compute.ICloudServiceRoleInstancesOperations * string * string * string * Nullable<Microsoft.Azure.Management.Compute.Models.InstanceViewTypes> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.RoleInstance>
<Extension()>
Public Function GetAsync (operations As ICloudServiceRoleInstancesOperations, roleInstanceName As String, resourceGroupName As String, cloudServiceName As String, Optional expand As Nullable(Of InstanceViewTypes) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RoleInstance)

パラメーター

operations
ICloudServiceRoleInstancesOperations

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

roleInstanceName
String

ロール インスタンスの名前。

resourceGroupName
String

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

cloudServiceName
String

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

expand
Nullable<InstanceViewTypes>

操作に適用する展開式。 'UserData' はクラウド サービスではサポートされていません。 指定できる値は、'instanceView'、'userData' です。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象