Uses of Class
com.azure.resourcemanager.labservices.models.RestrictionReasonCode
Packages that use RestrictionReasonCode
Package
Description
Package containing the data models for LabServicesClient.
-
Uses of RestrictionReasonCode in com.azure.resourcemanager.labservices.models
Fields in com.azure.resourcemanager.labservices.models declared as RestrictionReasonCodeModifier and TypeFieldDescriptionstatic final RestrictionReasonCode
RestrictionReasonCode.NOT_AVAILABLE_FOR_SUBSCRIPTION
Static value NotAvailableForSubscription for RestrictionReasonCode.static final RestrictionReasonCode
RestrictionReasonCode.QUOTA_ID
Static value QuotaId for RestrictionReasonCode.Methods in com.azure.resourcemanager.labservices.models that return RestrictionReasonCodeModifier and TypeMethodDescriptionstatic RestrictionReasonCode
RestrictionReasonCode.fromString
(String name) Creates or finds a RestrictionReasonCode from its string representation.LabServicesSkuRestrictions.reasonCode()
Get the reasonCode property: The reason for the restriction.Methods in com.azure.resourcemanager.labservices.models that return types with arguments of type RestrictionReasonCodeModifier and TypeMethodDescriptionstatic Collection<RestrictionReasonCode>
RestrictionReasonCode.values()
Gets known RestrictionReasonCode values.