| Package | Description |
|---|---|
| com.azure.resourcemanager.containerinstance.fluent.models |
Package containing the inner data models for ContainerInstanceManagementClient.
|
| com.azure.resourcemanager.containerinstance.models |
Package containing the data models for ContainerInstanceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerGroupSku |
ContainerGroupInner.sku()
Get the sku property: The SKU for a container group.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerGroupInner |
ContainerGroupInner.withSku(ContainerGroupSku sku)
Set the sku property: The SKU for a container group.
|
| Modifier and Type | Field and Description |
|---|---|
static ContainerGroupSku |
ContainerGroupSku.DEDICATED
Static value Dedicated for ContainerGroupSku.
|
static ContainerGroupSku |
ContainerGroupSku.STANDARD
Static value Standard for ContainerGroupSku.
|
| Modifier and Type | Method and Description |
|---|---|
static ContainerGroupSku |
ContainerGroupSku.fromString(String name)
Creates or finds a ContainerGroupSku from its string representation.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.