IWithoutPorts<ParentT>.WithoutPorts Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies that not ports will be opened internally or externally for this container instance.
public Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithContainerInstanceAttach<ParentT> WithoutPorts ();
abstract member WithoutPorts : unit -> Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithContainerInstanceAttach<'ParentT>
Public Function WithoutPorts () As IWithContainerInstanceAttach(Of ParentT)