次の方法で共有


CloudServicesOperationsExtensions.BeginCreateOrUpdate メソッド

定義

クラウド サービスを作成または更新します。 一部のプロパティは、クラウド サービスの作成時にのみ設定できます。

public static Microsoft.Azure.Management.Compute.Models.CloudService BeginCreateOrUpdate (this Microsoft.Azure.Management.Compute.ICloudServicesOperations operations, string resourceGroupName, string cloudServiceName, Microsoft.Azure.Management.Compute.Models.CloudService parameters = default);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.Compute.ICloudServicesOperations * string * string * Microsoft.Azure.Management.Compute.Models.CloudService -> Microsoft.Azure.Management.Compute.Models.CloudService
<Extension()>
Public Function BeginCreateOrUpdate (operations As ICloudServicesOperations, resourceGroupName As String, cloudServiceName As String, Optional parameters As CloudService = Nothing) As CloudService

パラメーター

operations
ICloudServicesOperations

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

resourceGroupName
String

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

cloudServiceName
String

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

parameters
CloudService

クラウド サービス オブジェクト。

戻り値

適用対象