ResourcesOperationsExtensions.BeginCreateOrUpdateById メソッド

定義

ID でリソースを作成します。

public static Microsoft.Azure.Management.ResourceManager.Models.GenericResource BeginCreateOrUpdateById (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceId, string apiVersion, Microsoft.Azure.Management.ResourceManager.Models.GenericResource parameters);
static member BeginCreateOrUpdateById : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.GenericResource -> Microsoft.Azure.Management.ResourceManager.Models.GenericResource
<Extension()>
Public Function BeginCreateOrUpdateById (operations As IResourcesOperations, resourceId As String, apiVersion As String, parameters As GenericResource) As GenericResource

パラメーター

operations
IResourcesOperations

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

resourceId
String

リソースの完全修飾 ID。リソース名とリソースの種類が含まれます。 /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name} の形式を使用します

apiVersion
String

操作に使用する API バージョン。

parameters
GenericResource

リソース パラメーターを作成または更新します。

戻り値

適用対象