Uses of Class
com.azure.resourcemanager.containerinstance.models.ContainerGroupIpAddressType
Packages that use ContainerGroupIpAddressType
Package
Description
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 ContainerGroupIpAddressTypeModifier and TypeFieldDescriptionstatic final ContainerGroupIpAddressTypeContainerGroupIpAddressType.PRIVATEStatic value Private for ContainerGroupIpAddressType.static final ContainerGroupIpAddressTypeContainerGroupIpAddressType.PUBLICStatic value Public for ContainerGroupIpAddressType.Methods in com.azure.resourcemanager.containerinstance.models that return ContainerGroupIpAddressTypeModifier and TypeMethodDescriptionstatic ContainerGroupIpAddressTypeContainerGroupIpAddressType.fromString(String name) Creates or finds a ContainerGroupIpAddressType from its string representation.IpAddress.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 ContainerGroupIpAddressTypeModifier and TypeMethodDescriptionContainerGroupIpAddressType.values()Gets known ContainerGroupIpAddressType values.Methods in com.azure.resourcemanager.containerinstance.models with parameters of type ContainerGroupIpAddressTypeModifier and TypeMethodDescriptionIpAddress.withType(ContainerGroupIpAddressType type) Set the type property: Specifies if the IP is exposed to the public internet or private VNET.