Uses of Class
com.azure.resourcemanager.appplatform.models.Sku
-
Packages that use Sku Package Description com.azure.resourcemanager.appplatform.fluent.models Package containing the inner data models for AppPlatformManagementClient.com.azure.resourcemanager.appplatform.models Package containing the data models for AppPlatformManagementClient. -
-
Uses of Sku in com.azure.resourcemanager.appplatform.fluent.models
Methods in com.azure.resourcemanager.appplatform.fluent.models that return Sku Modifier and Type Method Description SkuDeploymentResourceInner. sku()Get the sku property: Sku of the Deployment resource.SkuServiceResourceInner. sku()Get the sku property: Sku of the Service resource.Methods in com.azure.resourcemanager.appplatform.fluent.models with parameters of type Sku Modifier and Type Method Description DeploymentResourceInnerDeploymentResourceInner. withSku(Sku sku)Set the sku property: Sku of the Deployment resource.ServiceResourceInnerServiceResourceInner. withSku(Sku sku)Set the sku property: Sku of the Service resource. -
Uses of Sku in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return Sku Modifier and Type Method Description SkuSpringService. sku()SkuSku. withCapacity(Integer capacity)Set the capacity property: Current capacity of the target resource.SkuSku. withName(String name)Set the name property: Name of the Sku.SkuSku. withTier(String tier)Set the tier property: Tier of the Sku.Methods in com.azure.resourcemanager.appplatform.models with parameters of type Sku Modifier and Type Method Description SpringService.DefinitionStages.WithCreateSpringService.DefinitionStages.WithSku. withSku(Sku sku)Specifies the sku of the spring service.SpringService.UpdateSpringService.UpdateStages.WithSku. withSku(Sku sku)Specifies the sku of the spring service.
-