次の方法で共有


GalleryExtendedLocationType 構造体

定義

これは拡張された場所の種類です。

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

コンストラクター

GalleryExtendedLocationType(String)

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

プロパティ

EdgeZone

EdgeZone。

Unknown

不明。

メソッド

Equals(GalleryExtendedLocationType)

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

ToString()

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

演算子

Equality(GalleryExtendedLocationType, GalleryExtendedLocationType)

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

Implicit(String to GalleryExtendedLocationType)

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

Inequality(GalleryExtendedLocationType, GalleryExtendedLocationType)

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

適用対象