次の方法で共有


IWithUserAssignedManagedServiceIdentity.WithExistingUserAssignedManagedServiceIdentity メソッド

定義

仮想マシンに関連付ける既存のユーザー割り当て ID を指定します。

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IUpdate WithExistingUserAssignedManagedServiceIdentity (Microsoft.Azure.Management.Msi.Fluent.IIdentity identity);
abstract member WithExistingUserAssignedManagedServiceIdentity : Microsoft.Azure.Management.Msi.Fluent.IIdentity -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IUpdate
Public Function WithExistingUserAssignedManagedServiceIdentity (identity As IIdentity) As IUpdate

パラメーター

identity
Microsoft.Azure.Management.Msi.Fluent.IIdentity

ID。

戻り値

適用対象