public class IdentityUpdate
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
IdentityUpdate() |
| Modifier and Type | Method and Description |
|---|---|
UUID |
clientId()
Get the clientId property: The id of the app associated with the identity.
|
String |
location()
Get the location property: The geo-location where the resource lives.
|
UUID |
principalId()
Get the principalId property: The id of the service principal object associated with the created identity.
|
Map<String,String> |
tags()
Get the tags property: Resource tags.
|
UUID |
tenantId()
Get the tenantId property: The id of the tenant which the identity belongs to.
|
void |
validate()
Validates the instance.
|
IdentityUpdate |
withLocation(String location)
Set the location property: The geo-location where the resource lives.
|
IdentityUpdate |
withTags(Map<String,String> tags)
Set the tags property: Resource tags.
|
public String location()
public IdentityUpdate withLocation(String location)
location - the location value to set.public Map<String,String> tags()
public IdentityUpdate withTags(Map<String,String> tags)
tags - the tags value to set.public UUID tenantId()
public UUID principalId()
public UUID clientId()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.