次の方法で共有


CloudServiceRoleInstancesOperationsExtensions.List メソッド

定義

クラウド サービス内のすべてのロール インスタンスの一覧を取得します。 ロール インスタンスの次のページを取得するには、応答で nextLink プロパティを使用します。 nextLink が null になるまでこれを行って、すべてのロール インスタンスをフェッチします。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.RoleInstance> List (this Microsoft.Azure.Management.Compute.ICloudServiceRoleInstancesOperations operations, string resourceGroupName, string cloudServiceName, Microsoft.Azure.Management.Compute.Models.InstanceViewTypes? expand = default);
static member List : Microsoft.Azure.Management.Compute.ICloudServiceRoleInstancesOperations * string * string * Nullable<Microsoft.Azure.Management.Compute.Models.InstanceViewTypes> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.RoleInstance>
<Extension()>
Public Function List (operations As ICloudServiceRoleInstancesOperations, resourceGroupName As String, cloudServiceName As String, Optional expand As Nullable(Of InstanceViewTypes) = Nothing) As IPage(Of RoleInstance)

パラメーター

operations
ICloudServiceRoleInstancesOperations

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

resourceGroupName
String

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

cloudServiceName
String

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

expand
Nullable<InstanceViewTypes>

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

戻り値

適用対象