次の方法で共有


IWithUserAssignedManagedServiceIdentity.WithNewUserAssignedManagedServiceIdentity メソッド

定義

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

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithCreate 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.VirtualMachineScaleSet.Definition.IWithCreate
Public Function WithNewUserAssignedManagedServiceIdentity (creatableIdentity As ICreatable(Of IIdentity)) As IWithCreate

パラメーター

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

作成可能な ID 定義。

戻り値

適用対象