@Beta(value=V1_2_0)
public static interface VirtualMachineScaleSet.DefinitionStages.WithManagedServiceIdentity
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSet.DefinitionStages.WithRoleAndScopeOrCreate |
withManagedServiceIdentity()
Specifies that Managed Service Identity needs to be enabled in the virtual machine scale set.
|
VirtualMachineScaleSet.DefinitionStages.WithRoleAndScopeOrCreate |
withManagedServiceIdentity(int tokenPort)
Specifies that Managed Service Identity needs to be enabled in the virtual machine scale set.
|
@Beta(value=V1_2_0) VirtualMachineScaleSet.DefinitionStages.WithRoleAndScopeOrCreate withManagedServiceIdentity()
@Beta(value=V1_2_0) VirtualMachineScaleSet.DefinitionStages.WithRoleAndScopeOrCreate withManagedServiceIdentity(int tokenPort)
tokenPort - the port on the virtual machine scale set instance where access token is available/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/