Uses of Class
com.azure.resourcemanager.appplatform.models.ResourceSkuRestrictionsReasonCode
-
Packages that use ResourceSkuRestrictionsReasonCode Package Description com.azure.resourcemanager.appplatform.models Package containing the data models for AppPlatformManagementClient. -
-
Uses of ResourceSkuRestrictionsReasonCode in com.azure.resourcemanager.appplatform.models
Fields in com.azure.resourcemanager.appplatform.models declared as ResourceSkuRestrictionsReasonCode Modifier and Type Field Description static ResourceSkuRestrictionsReasonCodeResourceSkuRestrictionsReasonCode. NOT_AVAILABLE_FOR_SUBSCRIPTIONStatic value NotAvailableForSubscription for ResourceSkuRestrictionsReasonCode.static ResourceSkuRestrictionsReasonCodeResourceSkuRestrictionsReasonCode. QUOTA_IDStatic value QuotaId for ResourceSkuRestrictionsReasonCode.Methods in com.azure.resourcemanager.appplatform.models that return ResourceSkuRestrictionsReasonCode Modifier and Type Method Description static ResourceSkuRestrictionsReasonCodeResourceSkuRestrictionsReasonCode. fromString(String name)Creates or finds a ResourceSkuRestrictionsReasonCode from its string representation.ResourceSkuRestrictionsReasonCodeResourceSkuRestrictions. reasonCode()Get the reasonCode property: Gets the reason for restriction.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type ResourceSkuRestrictionsReasonCode Modifier and Type Method Description static Collection<ResourceSkuRestrictionsReasonCode>ResourceSkuRestrictionsReasonCode. values()Methods in com.azure.resourcemanager.appplatform.models with parameters of type ResourceSkuRestrictionsReasonCode Modifier and Type Method Description ResourceSkuRestrictionsResourceSkuRestrictions. withReasonCode(ResourceSkuRestrictionsReasonCode reasonCode)Set the reasonCode property: Gets the reason for restriction.
-