ContainerGroupIPAddressType Struct
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 if the IP is exposed to the public internet or private VNET.
public readonly struct ContainerGroupIPAddressType : IEquatable<Azure.ResourceManager.ContainerInstance.Models.ContainerGroupIPAddressType>
type ContainerGroupIPAddressType = struct
Public Structure ContainerGroupIPAddressType
Implements IEquatable(Of ContainerGroupIPAddressType)
- Inheritance
-
ContainerGroupIPAddressType
- Implements
Constructors
ContainerGroupIPAddressType(String) |
Initializes a new instance of ContainerGroupIPAddressType. |
Properties
Private |
Private. |
Public |
Public. |
Methods
Equals(ContainerGroupIPAddressType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ContainerGroupIPAddressType, ContainerGroupIPAddressType) |
Determines if two ContainerGroupIPAddressType values are the same. |
Implicit(String to ContainerGroupIPAddressType) |
Converts a String to a ContainerGroupIPAddressType. |
Inequality(ContainerGroupIPAddressType, ContainerGroupIPAddressType) |
Determines if two ContainerGroupIPAddressType values are not the same. |
Applies to
Azure SDK for .NET