Interface ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithOrWithoutPorts<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithoutPorts<ParentT>,ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithPorts<ParentT>
- All Known Subinterfaces:
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.ContainerInstanceDefinition<ParentT>
- Enclosing interface:
- ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages
public static interface ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithOrWithoutPorts<ParentT> extends ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithPorts<ParentT>, ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithoutPorts<ParentT>
The stage of the container instance definition allowing to specify (or not) the container ports.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.containerinstance.models.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithoutPorts
withoutPorts
-
Methods inherited from interface com.azure.resourcemanager.containerinstance.models.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithPorts
withExternalTcpPort, withExternalTcpPorts, withExternalUdpPort, withExternalUdpPorts, withInternalTcpPort, withInternalTcpPorts, withInternalUdpPort, withInternalUdpPorts
-
-