VirtualMachine.UpdateStages.WithSystemAssignedIdentityBasedAccessOrUpdate |
VirtualMachine.UpdateStages.WithSystemAssignedIdentityBasedAccessOrUpdate.withSystemAssignedIdentityBasedAccessTo(String resourceId,
BuiltInRole role) |
Specifies that virtual machine's system assigned (local) identity should have the given access (described
by the role) on an ARM resource identified by the resource ID.
|
VirtualMachine.UpdateStages.WithSystemAssignedIdentityBasedAccessOrUpdate |
VirtualMachine.UpdateStages.WithSystemAssignedIdentityBasedAccessOrUpdate.withSystemAssignedIdentityBasedAccessTo(String resourceId,
String roleDefinitionId) |
Specifies that virtual machine's system assigned (local) identity should have the access (described by
the role definition) on an ARM resource identified by the resource ID.
|
VirtualMachine.UpdateStages.WithSystemAssignedIdentityBasedAccessOrUpdate |
VirtualMachine.UpdateStages.WithSystemAssignedIdentityBasedAccessOrUpdate.withSystemAssignedIdentityBasedAccessToCurrentResourceGroup(BuiltInRole role) |
Specifies that virtual machine's system assigned (local) identity should have the given access (described
by the role) on the resource group that virtual machine resides.
|
VirtualMachine.UpdateStages.WithSystemAssignedIdentityBasedAccessOrUpdate |
VirtualMachine.UpdateStages.WithSystemAssignedIdentityBasedAccessOrUpdate.withSystemAssignedIdentityBasedAccessToCurrentResourceGroup(String roleDefinitionId) |
Specifies that virtual machine's system assigned (local) identity should have the access (described by
the role definition) on the resource group that virtual machine resides.
|
VirtualMachine.UpdateStages.WithSystemAssignedIdentityBasedAccessOrUpdate |
VirtualMachine.UpdateStages.WithSystemAssignedManagedServiceIdentity.withSystemAssignedManagedServiceIdentity() |
Specifies that System Assigned (Local) Managed Service Identity needs to be enabled in the virtual
machine.
|