VirtualMachineScaleSet.DefinitionStages.WithManagedServiceIdentity.withManagedServiceIdentity 方法
定义
重载
withManagedServiceIdentity() |
Specifies that Managed Service Identity needs to be enabled in the virtual machine scale set.
|
withManagedServiceIdentity(int tokenPort) |
Specifies that Managed Service Identity needs to be enabled in the virtual machine scale set.
|
withManagedServiceIdentity()
Specifies that Managed Service Identity needs to be enabled in the virtual machine scale set.
public WithRoleAndScopeOrCreate withManagedServiceIdentity()
返回
the next stage of the definition
withManagedServiceIdentity(int tokenPort)
Specifies that Managed Service Identity needs to be enabled in the virtual machine scale set.
public WithRoleAndScopeOrCreate withManagedServiceIdentity(int tokenPort)
参数
- tokenPort
- int
the port on the virtual machine scale set instance where access token is available
返回
the next stage of the definition