ResourcesOperationsExtensions.BeginCreateOrUpdate メソッド

定義

リソースを作成します。

public static Microsoft.Azure.Management.ResourceManager.Models.GenericResource BeginCreateOrUpdate (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion, Microsoft.Azure.Management.ResourceManager.Models.GenericResource parameters);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string * string * string * string * string * Microsoft.Azure.Management.ResourceManager.Models.GenericResource -> Microsoft.Azure.Management.ResourceManager.Models.GenericResource
<Extension()>
Public Function BeginCreateOrUpdate (operations As IResourcesOperations, resourceGroupName As String, resourceProviderNamespace As String, parentResourcePath As String, resourceType As String, resourceName As String, apiVersion As String, parameters As GenericResource) As GenericResource

パラメーター

operations
IResourcesOperations

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

resourceGroupName
String

リソースのリソース グループの名前。 名前の大文字と小文字は区別されます。

resourceProviderNamespace
String

リソース プロバイダーの名前空間。

parentResourcePath
String

親リソース ID。

resourceType
String

作成するリソースのリソースの種類。

resourceName
String

作成するリソースの名前です。

apiVersion
String

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

parameters
GenericResource

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

戻り値

適用対象