Uses of Class
com.azure.resourcemanager.containerregistry.models.Sku
-
Packages that use Sku Package Description com.azure.resourcemanager.containerregistry.fluent.models Package containing the inner data models for ContainerRegistryManagementClient.com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of Sku in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return Sku Modifier and Type Method Description SkuRegistryInner. sku()Get the sku property: The SKU of the container registry.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type Sku Modifier and Type Method Description RegistryInnerRegistryInner. withSku(Sku sku)Set the sku property: The SKU of the container registry. -
Uses of Sku in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return Sku Modifier and Type Method Description SkuRegistry. sku()SkuRegistryUpdateParameters. sku()Get the sku property: The SKU of the container registry.SkuSku. withName(SkuName name)Set the name property: The SKU name of the container registry.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type Sku Modifier and Type Method Description RegistryUpdateParametersRegistryUpdateParameters. withSku(Sku sku)Set the sku property: The SKU of the container registry.
-