次の方法で共有


ServicesOperationsExtensions.BeginCreateOrUpdate メソッド

定義

新しいサービスを作成するか、終了するサービスを更新します。

public static Microsoft.Azure.Management.AppPlatform.Models.ServiceResource BeginCreateOrUpdate(this Microsoft.Azure.Management.AppPlatform.IServicesOperations operations, string resourceGroupName, string serviceName, Microsoft.Azure.Management.AppPlatform.Models.ServiceResource resource);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.AppPlatform.IServicesOperations * string * string * Microsoft.Azure.Management.AppPlatform.Models.ServiceResource -> Microsoft.Azure.Management.AppPlatform.Models.ServiceResource
<Extension()>
Public Function BeginCreateOrUpdate (operations As IServicesOperations, resourceGroupName As String, serviceName As String, resource As ServiceResource) As ServiceResource

パラメーター

operations
IServicesOperations

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

resourceGroupName
String

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serviceName
String

サービス リソースの名前。

resource
ServiceResource

作成または更新操作のパラメーター

戻り値

適用対象