Udostępnij za pośrednictwem


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

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