IWithUserAssignedManagedServiceIdentity.WithExistingUserAssignedManagedServiceIdentity メソッド

定義

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

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithCreate WithExistingUserAssignedManagedServiceIdentity (Microsoft.Azure.Management.Msi.Fluent.IIdentity identity);
abstract member WithExistingUserAssignedManagedServiceIdentity : Microsoft.Azure.Management.Msi.Fluent.IIdentity -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithCreate
Public Function WithExistingUserAssignedManagedServiceIdentity (identity As IIdentity) As IWithCreate

パラメーター

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

ID。

戻り値

適用対象