| 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 specifies if the IP is exposed to the public internet or private VNET.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<ContainerGroupIpAddressType> |
ContainerGroupIpAddressType.values() |
| Modifier and Type | Method and Description |
|---|---|
IpAddress |
IpAddress.withType(ContainerGroupIpAddressType type)
Set specifies if the IP is exposed to the public internet or private VNET.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/