Class Identity
java.lang.Object
com.microsoft.azure.management.storage.Identity
Identity for the resource.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Identity
public Identity()Creates an instance of Identity class.
-
-
Method Details
-
principalId
Get the principal ID of resource identity.- Returns:
- the principalId value
-
tenantId
Get the tenant ID of resource.- Returns:
- the tenantId value
-
type
Get the identity type.- Returns:
- the type value
-
withType
Set the identity type.- Parameters:
type
- the type value to set- Returns:
- the Identity object itself.
-