Uses of Class
com.azure.resourcemanager.authorization.models.RequestType
Packages that use RequestType
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
Package containing the data models for AuthorizationManagementClient.
-
Uses of RequestType in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return RequestTypeModifier and TypeMethodDescriptionRoleAssignmentScheduleRequestInner.requestType()Get the requestType property: The type of the role assignment schedule request.RoleAssignmentScheduleRequestProperties.requestType()Get the requestType property: The type of the role assignment schedule request.RoleEligibilityScheduleRequestInner.requestType()Get the requestType property: The type of the role assignment schedule request.RoleEligibilityScheduleRequestProperties.requestType()Get the requestType property: The type of the role assignment schedule request.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type RequestTypeModifier and TypeMethodDescriptionRoleAssignmentScheduleRequestInner.withRequestType(RequestType requestType) Set the requestType property: The type of the role assignment schedule request.RoleAssignmentScheduleRequestProperties.withRequestType(RequestType requestType) Set the requestType property: The type of the role assignment schedule request.RoleEligibilityScheduleRequestInner.withRequestType(RequestType requestType) Set the requestType property: The type of the role assignment schedule request.RoleEligibilityScheduleRequestProperties.withRequestType(RequestType requestType) Set the requestType property: The type of the role assignment schedule request. -
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.