| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Sku |
GenericResourceInner.sku()
Get the sku property: The SKU of the resource.
|
| Modifier and Type | Method and Description |
|---|---|
GenericResourceExpandedInner |
GenericResourceExpandedInner.withSku(Sku sku)
Set the sku property: The SKU of the resource.
|
GenericResourceInner |
GenericResourceInner.withSku(Sku sku)
Set the sku property: The SKU of the resource.
|
| Modifier and Type | Method and Description |
|---|---|
Sku |
GenericResource.sku() |
Sku |
Sku.withCapacity(Integer capacity)
Set the capacity property: The SKU capacity.
|
Sku |
Sku.withFamily(String family)
Set the family property: The SKU family.
|
Sku |
Sku.withModel(String model)
Set the model property: The SKU model.
|
Sku |
Sku.withName(String name)
Set the name property: The SKU name.
|
Sku |
Sku.withSize(String size)
Set the size property: The SKU size.
|
Sku |
Sku.withTier(String tier)
Set the tier property: The SKU tier.
|
| Modifier and Type | Method and Description |
|---|---|
GenericResource.DefinitionStages.WithCreate |
GenericResource.DefinitionStages.WithCreate.withSku(Sku sku)
Specifies resource SKU.
|
GenericResource.Update |
GenericResource.UpdateStages.WithSku.withSku(Sku sku)
Specifies resource SKU.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.