次の方法で共有


CloudServiceRoleInstancesOperationsExtensions.Get メソッド

定義

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

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

パラメーター

operations
ICloudServiceRoleInstancesOperations

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

roleInstanceName
String

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

resourceGroupName
String

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

cloudServiceName
String

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

expand
Nullable<InstanceViewTypes>

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

戻り値

適用対象