Uses of Class
com.azure.resourcemanager.appplatform.models.ResourceSkuRestrictions
Packages that use ResourceSkuRestrictions
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of ResourceSkuRestrictions in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return ResourceSkuRestrictionsModifier and TypeMethodDescriptionResourceSkuRestrictions.withReasonCode(ResourceSkuRestrictionsReasonCode reasonCode) Set the reasonCode property: Gets the reason for restriction.ResourceSkuRestrictions.withRestrictionInfo(ResourceSkuRestrictionInfo restrictionInfo) Set the restrictionInfo property: Gets the information about the restriction where the SKU cannot be used.ResourceSkuRestrictions.withType(ResourceSkuRestrictionsType type) Set the type property: Gets the type of restrictions.ResourceSkuRestrictions.withValues(List<String> values) Set the values property: Gets the value of restrictions.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type ResourceSkuRestrictionsModifier and TypeMethodDescriptionResourceSku.restrictions()Get the restrictions property: Gets the restrictions because of which SKU cannot be used.Method parameters in com.azure.resourcemanager.appplatform.models with type arguments of type ResourceSkuRestrictionsModifier and TypeMethodDescriptionResourceSku.withRestrictions(List<ResourceSkuRestrictions> restrictions) Set the restrictions property: Gets the restrictions because of which SKU cannot be used.