Share via


ResourcesOperationsExtensions.Update メソッド

定義

リソースを更新します。

public static Microsoft.Azure.Management.ResourceManager.Models.GenericResource Update (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 Update : 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 Update (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

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

戻り値

適用対象