Partilhar via


ContainerGroupIPAddressType Struct

Definition

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

Name Description
ContainerGroupIPAddressType(String)

Initializes a new instance of ContainerGroupIPAddressType.

Properties

Name Description
Private

Private.

Public

Public.

Methods

Name Description
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

Name Description
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