Uses of Class
com.azure.core.management.ResourceAuthorIdentityType
-
Packages that use ResourceAuthorIdentityType Package Description com.azure.core.management Package containing the types for Azure ARM client side http communication with a REST endpoint. -
-
Uses of ResourceAuthorIdentityType in com.azure.core.management
Fields in com.azure.core.management declared as ResourceAuthorIdentityType Modifier and Type Field Description static ResourceAuthorIdentityTypeResourceAuthorIdentityType. APPLICATIONStatic value Application for ResourceAuthorIdentityType, represents an AAD application.static ResourceAuthorIdentityTypeResourceAuthorIdentityType. KEYStatic value Key for ResourceAuthorIdentityType.static ResourceAuthorIdentityTypeResourceAuthorIdentityType. MANAGED_IDENTITYStatic value ManagedIdentity for ResourceAuthorIdentityType, represents a Managed Identity.static ResourceAuthorIdentityTypeResourceAuthorIdentityType. USERStatic value User for ResourceAuthorIdentityType, represents an AAD user.Methods in com.azure.core.management that return ResourceAuthorIdentityType Modifier and Type Method Description ResourceAuthorIdentityTypeSystemData. createdByType()Get the type of identity that created the resource.static ResourceAuthorIdentityTypeResourceAuthorIdentityType. fromString(String name)Creates or finds a ResourceAuthorIdentityType from its string representation.ResourceAuthorIdentityTypeSystemData. lastModifiedByType()Get the type of identity that last modified the resource.Methods in com.azure.core.management that return types with arguments of type ResourceAuthorIdentityType Modifier and Type Method Description static Collection<ResourceAuthorIdentityType>ResourceAuthorIdentityType. values()
-