次の方法で共有


CloudServiceOperationsExtensions.GetAsync メソッド

定義

クラウド サービスを取り込みます。

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

パラメーター

operations
ICloudServiceOperations

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

cloudServiceName
String

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

戻り値

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

適用対象