ResourcesOperationsExtensions.BeginUpdateAsync メソッド

定義

リソースを更新します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.GenericResource> BeginUpdateAsync (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, System.Threading.CancellationToken cancellationToken = default);
static member BeginUpdateAsync : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string * string * string * string * string * Microsoft.Azure.Management.ResourceManager.Models.GenericResource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.GenericResource>
<Extension()>
Public Function BeginUpdateAsync (operations As IResourcesOperations, resourceGroupName As String, resourceProviderNamespace As String, parentResourcePath As String, resourceType As String, resourceName As String, apiVersion As String, parameters As GenericResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GenericResource)

パラメーター

operations
IResourcesOperations

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

resourceGroupName
String

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

resourceProviderNamespace
String

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

parentResourcePath
String

親リソース ID。

resourceType
String

更新するリソースのリソースの種類。

resourceName
String

更新するリソースの名前。

apiVersion
String

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

parameters
GenericResource

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象