AFDEndpointPropertiesUpdateParameters Class

The JSON object containing endpoint update parameters.

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

Inheritance
AFDEndpointPropertiesUpdateParameters

Constructor

AFDEndpointPropertiesUpdateParameters(*, enabled_state: Optional[Union[str, azure.mgmt.cdn.models._cdn_management_client_enums.EnabledState]] = None, **kwargs)

Variables

profile_name
str

The name of the profile which holds the endpoint.

enabled_state
str or EnabledState

Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled'. Possible values include: "Enabled", "Disabled".