Uses of Class
com.azure.core.management.ResourceAuthorIdentityType
Packages that use ResourceAuthorIdentityType
Package
Description
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 ResourceAuthorIdentityTypeModifier and TypeFieldDescriptionstatic final ResourceAuthorIdentityTypeResourceAuthorIdentityType.APPLICATIONStatic value Application for ResourceAuthorIdentityType, represents an AAD application.static final ResourceAuthorIdentityTypeResourceAuthorIdentityType.KEYStatic value Key for ResourceAuthorIdentityType.static final ResourceAuthorIdentityTypeResourceAuthorIdentityType.MANAGED_IDENTITYStatic value ManagedIdentity for ResourceAuthorIdentityType, represents a Managed Identity.static final ResourceAuthorIdentityTypeResourceAuthorIdentityType.USERStatic value User for ResourceAuthorIdentityType, represents an AAD user.Methods in com.azure.core.management that return ResourceAuthorIdentityTypeModifier and TypeMethodDescriptionSystemData.createdByType()Get the type of identity that created the resource.static ResourceAuthorIdentityTypeResourceAuthorIdentityType.fromString(String name) Creates or finds a ResourceAuthorIdentityType from its string representation.SystemData.lastModifiedByType()Get the type of identity that last modified the resource.Methods in com.azure.core.management that return types with arguments of type ResourceAuthorIdentityTypeModifier and TypeMethodDescriptionstatic Collection<ResourceAuthorIdentityType>ResourceAuthorIdentityType.values()