次の方法で共有


IWithUserAssignedManagedServiceIdentity.WithoutUserAssignedManagedServiceIdentity メソッド

定義

仮想マシンに関連付けられているユーザー割り当て ID を削除する必要があることを指定します。

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IUpdate WithoutUserAssignedManagedServiceIdentity (string identityId);
abstract member WithoutUserAssignedManagedServiceIdentity : string -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IUpdate
Public Function WithoutUserAssignedManagedServiceIdentity (identityId As String) As IUpdate

パラメーター

identityId
String

ID の ARM リソース ID。

戻り値

適用対象