Uses of Class
com.azure.resourcemanager.authorization.models.Status
Packages that use Status
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
Package containing the data models for AuthorizationManagementClient.
-
Uses of Status in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return StatusModifier and TypeMethodDescriptionRoleAssignmentScheduleInner.status()Get the status property: The status of the role assignment schedule.RoleAssignmentScheduleInstanceInner.status()Get the status property: The status of the role assignment schedule instance.RoleAssignmentScheduleInstanceProperties.status()Get the status property: The status of the role assignment schedule instance.RoleAssignmentScheduleProperties.status()Get the status property: The status of the role assignment schedule.RoleAssignmentScheduleRequestInner.status()Get the status property: The status of the role assignment schedule request.RoleAssignmentScheduleRequestProperties.status()Get the status property: The status of the role assignment schedule request.RoleEligibilityScheduleInner.status()Get the status property: The status of the role eligibility schedule.RoleEligibilityScheduleInstanceInner.status()Get the status property: The status of the role eligibility schedule instance.RoleEligibilityScheduleInstanceProperties.status()Get the status property: The status of the role eligibility schedule instance.RoleEligibilityScheduleProperties.status()Get the status property: The status of the role eligibility schedule.RoleEligibilityScheduleRequestInner.status()Get the status property: The status of the role eligibility schedule request.RoleEligibilityScheduleRequestProperties.status()Get the status property: The status of the role eligibility schedule request.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type StatusModifier and TypeMethodDescriptionRoleAssignmentScheduleInner.withStatus(Status status) Set the status property: The status of the role assignment schedule.RoleAssignmentScheduleInstanceInner.withStatus(Status status) Set the status property: The status of the role assignment schedule instance.RoleAssignmentScheduleInstanceProperties.withStatus(Status status) Set the status property: The status of the role assignment schedule instance.RoleAssignmentScheduleProperties.withStatus(Status status) Set the status property: The status of the role assignment schedule.RoleEligibilityScheduleInner.withStatus(Status status) Set the status property: The status of the role eligibility schedule.RoleEligibilityScheduleInstanceInner.withStatus(Status status) Set the status property: The status of the role eligibility schedule instance.RoleEligibilityScheduleInstanceProperties.withStatus(Status status) Set the status property: The status of the role eligibility schedule instance.RoleEligibilityScheduleProperties.withStatus(Status status) Set the status property: The status of the role eligibility schedule. -
Uses of Status in com.azure.resourcemanager.authorization.models
Fields in com.azure.resourcemanager.authorization.models declared as StatusModifier and TypeFieldDescriptionstatic final StatusStatus.ACCEPTEDStatic value Accepted for Status.static final StatusStatus.ADMIN_APPROVEDStatic value AdminApproved for Status.static final StatusStatus.ADMIN_DENIEDStatic value AdminDenied for Status.static final StatusStatus.CANCELEDStatic value Canceled for Status.static final StatusStatus.DENIEDStatic value Denied for Status.static final StatusStatus.FAILEDStatic value Failed for Status.static final StatusStatus.FAILED_AS_RESOURCE_IS_LOCKEDStatic value FailedAsResourceIsLocked for Status.static final StatusStatus.GRANTEDStatic value Granted for Status.static final StatusStatus.INVALIDStatic value Invalid for Status.static final StatusStatus.PENDING_ADMIN_DECISIONStatic value PendingAdminDecision for Status.static final StatusStatus.PENDING_APPROVALStatic value PendingApproval for Status.static final StatusStatic value PendingApprovalProvisioning for Status.static final StatusStatus.PENDING_EVALUATIONStatic value PendingEvaluation for Status.static final StatusStatic value PendingExternalProvisioning for Status.static final StatusStatus.PENDING_PROVISIONINGStatic value PendingProvisioning for Status.static final StatusStatus.PENDING_REVOCATIONStatic value PendingRevocation for Status.static final StatusStatus.PENDING_SCHEDULE_CREATIONStatic value PendingScheduleCreation for Status.static final StatusStatus.PROVISIONEDStatic value Provisioned for Status.static final StatusStatus.PROVISIONING_STARTEDStatic value ProvisioningStarted for Status.static final StatusStatus.REVOKEDStatic value Revoked for Status.static final StatusStatus.SCHEDULE_CREATEDStatic value ScheduleCreated for Status.static final StatusStatus.TIMED_OUTStatic value TimedOut for Status.Methods in com.azure.resourcemanager.authorization.models that return StatusModifier and TypeMethodDescriptionstatic StatusStatus.fromString(String name) Creates or finds a Status from its string representation.Methods in com.azure.resourcemanager.authorization.models that return types with arguments of type StatusModifier and TypeMethodDescriptionstatic Collection<Status>Status.values()Gets known Status values.