| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSet.DefinitionStages.WithRoleAndScopeOrCreate |
VirtualMachineScaleSet.DefinitionStages.WithManagedServiceIdentity.withManagedServiceIdentity()
Specifies that Managed Service Identity needs to be enabled in the virtual machine scale set.
|
VirtualMachineScaleSet.DefinitionStages.WithRoleAndScopeOrCreate |
VirtualMachineScaleSet.DefinitionStages.WithManagedServiceIdentity.withManagedServiceIdentity(int tokenPort)
Specifies that Managed Service Identity needs to be enabled in the virtual machine scale set.
|
VirtualMachineScaleSet.DefinitionStages.WithRoleAndScopeOrCreate |
VirtualMachineScaleSet.DefinitionStages.WithRoleAndScopeOrCreate.withRoleBasedAccessTo(String scope,
com.microsoft.azure.management.graphrbac.BuiltInRole asRole)
Specifies that applications running on the virtual machine scale set instance requires the given
access role with scope of access limited to the ARM resource identified by the resource id
specified in the scope parameter.
|
VirtualMachineScaleSet.DefinitionStages.WithRoleAndScopeOrCreate |
VirtualMachineScaleSet.DefinitionStages.WithRoleAndScopeOrCreate.withRoleBasedAccessToCurrentResourceGroup(com.microsoft.azure.management.graphrbac.BuiltInRole asRole)
Specifies that applications running on the virtual machine scale set instance requires the given access
role with scope of access limited to the current resource group that the virtual machine scale set resides.
|
VirtualMachineScaleSet.DefinitionStages.WithRoleAndScopeOrCreate |
VirtualMachineScaleSet.DefinitionStages.WithRoleAndScopeOrCreate.withRoleDefinitionBasedAccessTo(String scope,
String roleDefinitionId)
Specifies that applications running on the virtual machine scale set instance requires the access
described in the given role definition with scope of access limited to the ARM resource identified by
the resource ID specified in the scope parameter.
|
VirtualMachineScaleSet.DefinitionStages.WithRoleAndScopeOrCreate |
VirtualMachineScaleSet.DefinitionStages.WithRoleAndScopeOrCreate.withRoleDefinitionBasedAccessToCurrentResourceGroup(String roleDefinitionId)
Specifies that applications running on the virtual machine scale set instance requires the access
described in the given role definition with scope of access limited to the current resource group
that the virtual machine scale set resides.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/