Class Identity
- java.lang.Object
-
- com.microsoft.azure.management.resources.Identity
-
public class Identity extends Object
Identity for the resource.
-
-
Constructor Summary
Constructors Constructor Description Identity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringprincipalId()Get the principalId value.StringtenantId()Get the tenantId value.ResourceIdentityTypetype()Get the type value.IdentitywithType(ResourceIdentityType type)Set the type value.
-
-
-
Method Detail
-
principalId
public String principalId()
Get the principalId value.- Returns:
- the principalId value
-
tenantId
public String tenantId()
Get the tenantId value.- Returns:
- the tenantId value
-
type
public ResourceIdentityType type()
Get the type value.- Returns:
- the type value
-
withType
public Identity withType(ResourceIdentityType type)
Set the type value.- Parameters:
type- the type value to set- Returns:
- the Identity object itself.
-
-