Uses of Class
com.azure.resourcemanager.authorization.models.RequestType
Packages that use RequestType
Package
Description
Package containing the data models for AuthorizationManagementClient.
-
Uses of RequestType in com.azure.resourcemanager.authorization.models
Fields in com.azure.resourcemanager.authorization.models declared as RequestTypeModifier and TypeFieldDescriptionstatic final RequestTypeRequestType.ADMIN_ASSIGNStatic value AdminAssign for RequestType.static final RequestTypeRequestType.ADMIN_EXTENDStatic value AdminExtend for RequestType.static final RequestTypeRequestType.ADMIN_REMOVEStatic value AdminRemove for RequestType.static final RequestTypeRequestType.ADMIN_RENEWStatic value AdminRenew for RequestType.static final RequestTypeRequestType.ADMIN_UPDATEStatic value AdminUpdate for RequestType.static final RequestTypeRequestType.SELF_ACTIVATEStatic value SelfActivate for RequestType.static final RequestTypeRequestType.SELF_DEACTIVATEStatic value SelfDeactivate for RequestType.static final RequestTypeRequestType.SELF_EXTENDStatic value SelfExtend for RequestType.static final RequestTypeRequestType.SELF_RENEWStatic value SelfRenew for RequestType.Methods in com.azure.resourcemanager.authorization.models that return RequestTypeModifier and TypeMethodDescriptionstatic RequestTypeRequestType.fromString(String name) Creates or finds a RequestType from its string representation.Methods in com.azure.resourcemanager.authorization.models that return types with arguments of type RequestTypeModifier and TypeMethodDescriptionstatic Collection<RequestType>RequestType.values()Gets known RequestType values.