| 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 |
|---|---|
IpAddress |
ContainerGroupInner.ipAddress()
Get the ipAddress property: The IP address type of the container group.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerGroupInner |
ContainerGroupInner.withIpAddress(IpAddress ipAddress)
Set the ipAddress property: The IP address type of the container group.
|
| Modifier and Type | Method and Description |
|---|---|
IpAddress |
IpAddress.withDnsNameLabel(String dnsNameLabel)
Set the dnsNameLabel property: The Dns name label for the IP.
|
IpAddress |
IpAddress.withIp(String ip)
Set the ip property: The IP exposed to the public internet.
|
IpAddress |
IpAddress.withPorts(List<Port> ports)
Set the ports property: The list of ports exposed on the container group.
|
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.