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>