Uses of Class
com.azure.resourcemanager.containerinstance.models.ContainerGroupIpAddressType
-
Packages that use ContainerGroupIpAddressType Package Description com.azure.resourcemanager.containerinstance.models Package containing the data models for ContainerInstanceManagementClient. -
-
Uses of ContainerGroupIpAddressType in com.azure.resourcemanager.containerinstance.models
Fields in com.azure.resourcemanager.containerinstance.models declared as ContainerGroupIpAddressType Modifier and Type Field Description static ContainerGroupIpAddressTypeContainerGroupIpAddressType. PRIVATEStatic value Private for ContainerGroupIpAddressType.static ContainerGroupIpAddressTypeContainerGroupIpAddressType. PUBLICStatic value Public for ContainerGroupIpAddressType.Methods in com.azure.resourcemanager.containerinstance.models that return ContainerGroupIpAddressType Modifier and Type Method Description static ContainerGroupIpAddressTypeContainerGroupIpAddressType. fromString(String name)Creates or finds a ContainerGroupIpAddressType from its string representation.ContainerGroupIpAddressTypeIpAddress. type()Get the type property: Specifies if the IP is exposed to the public internet or private VNET.Methods in com.azure.resourcemanager.containerinstance.models that return types with arguments of type ContainerGroupIpAddressType Modifier and Type Method Description static Collection<ContainerGroupIpAddressType>ContainerGroupIpAddressType. values()Methods in com.azure.resourcemanager.containerinstance.models with parameters of type ContainerGroupIpAddressType Modifier and Type Method Description IpAddressIpAddress. withType(ContainerGroupIpAddressType type)Set the type property: Specifies if the IP is exposed to the public internet or private VNET.
-