ContainerGroupIPAddressType 構造体

定義

IP がパブリック インターネットまたはプライベート VNET に公開されているかどうかを指定します。

public readonly struct ContainerGroupIPAddressType : IEquatable<Azure.ResourceManager.ContainerInstance.Models.ContainerGroupIPAddressType>
type ContainerGroupIPAddressType = struct
Public Structure ContainerGroupIPAddressType
Implements IEquatable(Of ContainerGroupIPAddressType)
継承
ContainerGroupIPAddressType
実装

コンストラクター

ContainerGroupIPAddressType(String)

ContainerGroupIPAddressType の新しいインスタンスを初期化します。

プロパティ

Private

プライベート。

Public

パブリック。

メソッド

Equals(ContainerGroupIPAddressType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(ContainerGroupIPAddressType, ContainerGroupIPAddressType)

2 つの ContainerGroupIPAddressType 値が同じかどうかを判断します。

Implicit(String to ContainerGroupIPAddressType)

文字列を ContainerGroupIPAddressType に変換します。

Inequality(ContainerGroupIPAddressType, ContainerGroupIPAddressType)

2 つの ContainerGroupIPAddressType 値が同じでないかどうかを判断します。

適用対象