AFDEndpointUpdateParameters interface

エンドポイントを作成または更新するために必要なプロパティ。

プロパティ

enabledState

この規則の使用を有効にするかどうかを指定します。 許可される値は 'Enabled' または 'Disabled' です

profileName

エンドポイントを保持するプロファイルの名前。

tags

エンドポイント タグ。

プロパティの詳細

enabledState

この規則の使用を有効にするかどうかを指定します。 許可される値は 'Enabled' または 'Disabled' です

enabledState?: string

プロパティ値

string

profileName

エンドポイントを保持するプロファイルの名前。

profileName?: string

プロパティ値

string

tags

エンドポイント タグ。

tags?: Record<string, string>

プロパティ値

Record<string, string>