Uses of Class
com.azure.resourcemanager.containerinstance.models.IpAddress
Packages that use IpAddress
Package
Description
Package containing the inner data models for ContainerInstanceManagementClient.
Package containing the data models for ContainerInstanceManagementClient.
-
Uses of IpAddress in com.azure.resourcemanager.containerinstance.fluent.models
Methods in com.azure.resourcemanager.containerinstance.fluent.models that return IpAddressModifier and TypeMethodDescriptionContainerGroupInner.ipAddress()Get the ipAddress property: The IP address type of the container group.ContainerGroupProperties.ipAddress()Get the ipAddress property: The IP address type of the container group.Methods in com.azure.resourcemanager.containerinstance.fluent.models with parameters of type IpAddressModifier and TypeMethodDescriptionContainerGroupInner.withIpAddress(IpAddress ipAddress) Set the ipAddress property: The IP address type of the container group.ContainerGroupProperties.withIpAddress(IpAddress ipAddress) Set the ipAddress property: The IP address type of the container group. -
Uses of IpAddress in com.azure.resourcemanager.containerinstance.models
Methods in com.azure.resourcemanager.containerinstance.models that return IpAddressModifier and TypeMethodDescriptionIpAddress.withAutoGeneratedDomainNameLabelScope(DnsNameLabelReusePolicy autoGeneratedDomainNameLabelScope) Set the autoGeneratedDomainNameLabelScope property: The value representing the security enum.IpAddress.withDnsNameLabel(String dnsNameLabel) Set the dnsNameLabel property: The Dns name label for the IP.Set the ip property: The IP exposed to the public internet.Set the ports property: The list of ports exposed on the container group.IpAddress.withType(ContainerGroupIpAddressType type) Set the type property: Specifies if the IP is exposed to the public internet or private VNET.