AFDEndpointUpdateParameters Class

Properties required to create or update an endpoint.

Variables are only populated by the server, and will be ignored when sending a request.

Constructor

AFDEndpointUpdateParameters(*, tags: Dict[str, str] | None = None, enabled_state: str | _models.EnabledState | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
tags

Endpoint tags.

enabled_state

Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled'. Known values are: "Enabled" and "Disabled".

Variables

Name Description
tags

Endpoint tags.

profile_name
str

The name of the profile which holds the endpoint.

enabled_state

Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled'. Known values are: "Enabled" and "Disabled".