| Package | Description |
|---|---|
| com.azure.resourcemanager.containerinstance.models |
Package containing the data models for ContainerInstanceManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static ContainerGroupIpAddressType |
ContainerGroupIpAddressType.PRIVATE
Static value Private for ContainerGroupIpAddressType.
|
static ContainerGroupIpAddressType |
ContainerGroupIpAddressType.PUBLIC
Static value Public for ContainerGroupIpAddressType.
|
| Modifier and Type | Method and Description |
|---|---|
static ContainerGroupIpAddressType |
ContainerGroupIpAddressType.fromString(String name)
Creates or finds a ContainerGroupIpAddressType from its string representation.
|
ContainerGroupIpAddressType |
IpAddress.type()
Get the type property: Specifies if the IP is exposed to the public internet or private VNET.
|
| Modifier and Type | Method and Description |
|---|---|
IpAddress |
IpAddress.withType(ContainerGroupIpAddressType type)
Set the type property: Specifies if the IP is exposed to the public internet or private VNET.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.