次の方法で共有


CustomDomainResourceState 構造体

定義

カスタム ドメインのリソースの状態。

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

コンストラクター

CustomDomainResourceState(String)

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

プロパティ

Active

[アクティブ]:

Creating

作成。

Deleting

Deleting。

メソッド

Equals(CustomDomainResourceState)

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

ToString()

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

演算子

Equality(CustomDomainResourceState, CustomDomainResourceState)

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

Implicit(String to CustomDomainResourceState)

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

Inequality(CustomDomainResourceState, CustomDomainResourceState)

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

適用対象