次の方法で共有


UserAssignedIdentitiesOperationsExtensions.Update メソッド

定義

指定したサブスクリプションとリソース グループの ID を更新します。

public static Microsoft.Azure.Management.ManagedServiceIdentity.Models.Identity Update (this Microsoft.Azure.Management.ManagedServiceIdentity.IUserAssignedIdentitiesOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.ManagedServiceIdentity.Models.IdentityUpdate parameters);
static member Update : Microsoft.Azure.Management.ManagedServiceIdentity.IUserAssignedIdentitiesOperations * string * string * Microsoft.Azure.Management.ManagedServiceIdentity.Models.IdentityUpdate -> Microsoft.Azure.Management.ManagedServiceIdentity.Models.Identity
<Extension()>
Public Function Update (operations As IUserAssignedIdentitiesOperations, resourceGroupName As String, resourceName As String, parameters As IdentityUpdate) As Identity

パラメーター

operations
IUserAssignedIdentitiesOperations

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

resourceGroupName
String

ID が属するリソース グループの名前。

resourceName
String

ID リソースの名前。

parameters
IdentityUpdate

ID を更新するためのパラメーター

戻り値

適用対象