次の方法で共有


IWithUserAssignedManagedServiceIdentity.WithNewUserAssignedManagedServiceIdentity メソッド

定義

仮想マシンに関連付ける、まだ作成されていないユーザー割り当て ID の定義を指定します。

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IUpdate WithNewUserAssignedManagedServiceIdentity (Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Msi.Fluent.IIdentity> creatableIdentity);
abstract member WithNewUserAssignedManagedServiceIdentity : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Msi.Fluent.IIdentity> -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IUpdate
Public Function WithNewUserAssignedManagedServiceIdentity (creatableIdentity As ICreatable(Of IIdentity)) As IUpdate

パラメーター

creatableIdentity
ICreatable<Microsoft.Azure.Management.Msi.Fluent.IIdentity>

作成可能な ID 定義。

戻り値

適用対象