public class VirtualMachineScaleSetIdentity extends Object
Constructor and Description |
---|
VirtualMachineScaleSetIdentity() |
Modifier and Type | Method and Description |
---|---|
String |
principalId()
Get the principal id of virtual machine scale set identity.
|
String |
tenantId()
Get the tenant id associated with the virtual machine scale set.
|
ResourceIdentityType |
type()
Get the type of identity used for the virtual machine scale set.
|
Map<String,VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue> |
userAssignedIdentities()
Get the list of user identities associated with the virtual machine scale set.
|
VirtualMachineScaleSetIdentity |
withType(ResourceIdentityType type)
Set the type of identity used for the virtual machine scale set.
|
VirtualMachineScaleSetIdentity |
withUserAssignedIdentities(Map<String,VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue> userAssignedIdentities)
Set the list of user identities associated with the virtual machine scale set.
|
public String principalId()
public String tenantId()
public ResourceIdentityType type()
public VirtualMachineScaleSetIdentity withType(ResourceIdentityType type)
type
- the type value to setpublic Map<String,VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue> userAssignedIdentities()
public VirtualMachineScaleSetIdentity withUserAssignedIdentities(Map<String,VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue> userAssignedIdentities)
userAssignedIdentities
- the userAssignedIdentities value to setCopyright © 2019. All rights reserved.