Uses of Class
com.azure.resourcemanager.authorization.models.ResourceType
-
Packages that use ResourceType Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient.com.azure.resourcemanager.authorization.models Package containing the data models for AuthorizationManagementClient. -
-
Uses of ResourceType in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type ResourceType Modifier and Type Method Description List<ResourceType>ProviderOperationsMetadataInner. resourceTypes()Get the resourceTypes property: The provider resource types.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type ResourceType Modifier and Type Method Description ProviderOperationsMetadataInnerProviderOperationsMetadataInner. withResourceTypes(List<ResourceType> resourceTypes)Set the resourceTypes property: The provider resource types. -
Uses of ResourceType in com.azure.resourcemanager.authorization.models
Methods in com.azure.resourcemanager.authorization.models that return ResourceType Modifier and Type Method Description ResourceTypeResourceType. withDisplayName(String displayName)Set the displayName property: The resource type display name.ResourceTypeResourceType. withName(String name)Set the name property: The resource type name.ResourceTypeResourceType. withOperations(List<ProviderOperation> operations)Set the operations property: The resource type operations.
-