Package-level declarations
Types
Link copied to clipboard
enum ContainerGroupIpAddressType : Enum<ContainerGroupIpAddressType> , ConvertibleToJava<ContainerGroupIpAddressType>
Specifies if the IP is exposed to the public internet or private VNET.
Link copied to clipboard
enum ContainerGroupNetworkProtocol : Enum<ContainerGroupNetworkProtocol> , ConvertibleToJava<ContainerGroupNetworkProtocol>
The protocol associated with the port.
Link copied to clipboard
enum ContainerGroupRestartPolicy : Enum<ContainerGroupRestartPolicy> , ConvertibleToJava<ContainerGroupRestartPolicy>
Restart policy for all containers within the container group.
Link copied to clipboard
The SKU for a container group.
Link copied to clipboard
enum ContainerNetworkProtocol : Enum<ContainerNetworkProtocol> , ConvertibleToJava<ContainerNetworkProtocol>
The protocol associated with the port.
Link copied to clipboard
The log type to be used.
Link copied to clipboard
The operating system type required by the containers in the container group.
Link copied to clipboard
The type of identity used for the container group. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the container group.