Uses of Class
com.azure.resourcemanager.appplatform.models.ResourceSkuRestrictionsReasonCode
Packages that use ResourceSkuRestrictionsReasonCode
Package
Description
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 ResourceSkuRestrictionsReasonCodeModifier and TypeFieldDescriptionstatic final ResourceSkuRestrictionsReasonCodeResourceSkuRestrictionsReasonCode.NOT_AVAILABLE_FOR_SUBSCRIPTIONStatic value NotAvailableForSubscription for ResourceSkuRestrictionsReasonCode.static final ResourceSkuRestrictionsReasonCodeResourceSkuRestrictionsReasonCode.QUOTA_IDStatic value QuotaId for ResourceSkuRestrictionsReasonCode.Methods in com.azure.resourcemanager.appplatform.models that return ResourceSkuRestrictionsReasonCodeModifier and TypeMethodDescriptionResourceSkuRestrictionsReasonCode.fromString(String name) Creates or finds a ResourceSkuRestrictionsReasonCode from its string representation.ResourceSkuRestrictions.reasonCode()Get the reasonCode property: Gets the reason for restriction.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type ResourceSkuRestrictionsReasonCodeModifier and TypeMethodDescriptionResourceSkuRestrictionsReasonCode.values()Gets known ResourceSkuRestrictionsReasonCode values.Methods in com.azure.resourcemanager.appplatform.models with parameters of type ResourceSkuRestrictionsReasonCodeModifier and TypeMethodDescriptionResourceSkuRestrictions.withReasonCode(ResourceSkuRestrictionsReasonCode reasonCode) Set the reasonCode property: Gets the reason for restriction.