次の方法で共有


CloudServiceOperationsExtensions.Create メソッド

定義

クラウド サービスを作成します。

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

パラメーター

operations
ICloudServiceOperations

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

cloudServiceName
String

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

parameters
CloudServiceCreateParameters

必須。 クラウド サービスの作成操作に指定されたパラメーター。

戻り値

応答本文には、指定された非同期操作の状態が含まれています。指定した非同期操作が成功したか、失敗したかを示します。 この状態は、操作状態の取得操作自体に対して返される HTTP 状態コードとは異なります。 非同期操作が正常に終了した場合、応答本文には正常終了した要求の HTTP ステータス コードが含まれます。 非同期操作が失敗した場合、応答本文には、失敗した要求の HTTP ステータス コードに加え、失敗に関するエラー情報が含まれます。

適用対象