Uses of Class
com.azure.resourcemanager.resources.models.Sku
-
Packages that use Sku Package Description com.azure.resourcemanager.resources.fluent.models Package containing the inner data models for ResourceManagementClient.com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of Sku in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return Sku Modifier and Type Method Description SkuGenericResourceInner. sku()Get the sku property: The SKU of the resource.Methods in com.azure.resourcemanager.resources.fluent.models with parameters of type Sku Modifier and Type Method Description GenericResourceExpandedInnerGenericResourceExpandedInner. withSku(Sku sku)Set the sku property: The SKU of the resource.GenericResourceInnerGenericResourceInner. withSku(Sku sku)Set the sku property: The SKU of the resource. -
Uses of Sku in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return Sku Modifier and Type Method Description SkuGenericResource. sku()SkuSku. withCapacity(Integer capacity)Set the capacity property: The SKU capacity.SkuSku. withFamily(String family)Set the family property: The SKU family.SkuSku. withModel(String model)Set the model property: The SKU model.SkuSku. withName(String name)Set the name property: The SKU name.SkuSku. withSize(String size)Set the size property: The SKU size.SkuSku. withTier(String tier)Set the tier property: The SKU tier.Methods in com.azure.resourcemanager.resources.models with parameters of type Sku Modifier and Type Method Description GenericResource.DefinitionStages.WithCreateGenericResource.DefinitionStages.WithCreate. withSku(Sku sku)Specifies resource SKU.GenericResource.UpdateGenericResource.UpdateStages.WithSku. withSku(Sku sku)Specifies resource SKU.
-