次の方法で共有


ExtendedLocationType 構造体

定義

拡張場所の種類。

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

コンストラクター

ExtendedLocationType(String)

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

プロパティ

EdgeZone

EdgeZone。

メソッド

Equals(ExtendedLocationType)

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

ToString()

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

演算子

Equality(ExtendedLocationType, ExtendedLocationType)

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

Implicit(String to ExtendedLocationType)

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

Inequality(ExtendedLocationType, ExtendedLocationType)

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

適用対象