次の方法で共有


CloudServiceOperationsExtensions.Get(ICloudServiceOperations, String) メソッド

定義

クラウド サービスを再処理します。

public static Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceGetResponse Get(this Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations operations, string cloudServiceName);
static member Get : Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations * string -> Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceGetResponse
<Extension()>
Public Function Get (operations As ICloudServiceOperations, cloudServiceName As String) As CloudServiceGetResponse

パラメーター

operations
ICloudServiceOperations

Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations への参照。

cloudServiceName
String

必須。 クラウド サービス名。

戻り値

取得したクラウド サービスに関する情報。

適用対象