| 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 |
|---|---|
OperatingSystemTypes |
ContainerGroupInner.osType()
Get the osType property: The operating system type required by the containers in the container group.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerGroupInner |
ContainerGroupInner.withOsType(OperatingSystemTypes osType)
Set the osType property: The operating system type required by the containers in the container group.
|
| Modifier and Type | Field and Description |
|---|---|
static OperatingSystemTypes |
OperatingSystemTypes.LINUX
Static value Linux for OperatingSystemTypes.
|
static OperatingSystemTypes |
OperatingSystemTypes.WINDOWS
Static value Windows for OperatingSystemTypes.
|
| Modifier and Type | Method and Description |
|---|---|
static OperatingSystemTypes |
OperatingSystemTypes.fromString(String name)
Creates or finds a OperatingSystemTypes from its string representation.
|
OperatingSystemTypes |
ContainerGroup.osType() |
Copyright © 2021 Microsoft Corporation. All rights reserved.