次の方法で共有


FhirServiceEventState 構造体

定義

リソースのイベント サポートの現在の状態を示します。

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

コンストラクター

FhirServiceEventState(String)

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

プロパティ

Disabled

無効。

Enabled

有効にします。

Updating

更新。

メソッド

Equals(FhirServiceEventState)

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

ToString()

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

演算子

Equality(FhirServiceEventState, FhirServiceEventState)

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

Implicit(String to FhirServiceEventState)

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

Inequality(FhirServiceEventState, FhirServiceEventState)

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

適用対象