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