次の方法で共有


CloudServicesOperationsExtensions.GetInstanceView メソッド

定義

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

public static Microsoft.Azure.Management.Compute.Models.CloudServiceInstanceView GetInstanceView (this Microsoft.Azure.Management.Compute.ICloudServicesOperations operations, string resourceGroupName, string cloudServiceName);
static member GetInstanceView : Microsoft.Azure.Management.Compute.ICloudServicesOperations * string * string -> Microsoft.Azure.Management.Compute.Models.CloudServiceInstanceView
<Extension()>
Public Function GetInstanceView (operations As ICloudServicesOperations, resourceGroupName As String, cloudServiceName As String) As CloudServiceInstanceView

パラメーター

operations
ICloudServicesOperations

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

resourceGroupName
String

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

cloudServiceName
String

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

戻り値

適用対象