CdnManagementClientOperationsMixin Class

Inheritance
builtins.object
CdnManagementClientOperationsMixin

Constructor

CdnManagementClientOperationsMixin()

Methods

check_endpoint_name_availability

Check the availability of a resource name. This is needed for resources where name is globally unique, such as a afdx endpoint.

check_name_availability

Check the availability of a resource name. This is needed for resources where name is globally unique, such as a CDN endpoint.

check_name_availability_with_subscription

Check the availability of a resource name. This is needed for resources where name is globally unique, such as a CDN endpoint.

validate_probe

Check if the probe path is a valid path and the file can be accessed. Probe path is the path to a file hosted on the origin server to help accelerate the delivery of dynamic content via the CDN endpoint. This path is relative to the origin path specified in the endpoint configuration.

check_endpoint_name_availability

Check the availability of a resource name. This is needed for resources where name is globally unique, such as a afdx endpoint.

check_endpoint_name_availability(resource_group_name: str, check_endpoint_name_availability_input: azure.mgmt.cdn.models._models_py3.CheckEndpointNameAvailabilityInput, **kwargs: Any) -> azure.mgmt.cdn.models._models_py3.CheckEndpointNameAvailabilityOutput

Parameters

resource_group_name
str
Required

Name of the Resource group within the Azure subscription.

check_endpoint_name_availability_input
CheckEndpointNameAvailabilityInput
Required

Input to check.

cls
callable

A custom type or function that will be passed the direct response

Returns

CheckEndpointNameAvailabilityOutput, or the result of cls(response)

Return type

Exceptions

check_name_availability

Check the availability of a resource name. This is needed for resources where name is globally unique, such as a CDN endpoint.

check_name_availability(check_name_availability_input: azure.mgmt.cdn.models._models_py3.CheckNameAvailabilityInput, **kwargs: Any) -> azure.mgmt.cdn.models._models_py3.CheckNameAvailabilityOutput

Parameters

check_name_availability_input
CheckNameAvailabilityInput
Required

Input to check.

cls
callable

A custom type or function that will be passed the direct response

Returns

CheckNameAvailabilityOutput, or the result of cls(response)

Return type

Exceptions

check_name_availability_with_subscription

Check the availability of a resource name. This is needed for resources where name is globally unique, such as a CDN endpoint.

check_name_availability_with_subscription(check_name_availability_input: azure.mgmt.cdn.models._models_py3.CheckNameAvailabilityInput, **kwargs: Any) -> azure.mgmt.cdn.models._models_py3.CheckNameAvailabilityOutput

Parameters

check_name_availability_input
CheckNameAvailabilityInput
Required

Input to check.

cls
callable

A custom type or function that will be passed the direct response

Returns

CheckNameAvailabilityOutput, or the result of cls(response)

Return type

Exceptions

validate_probe

Check if the probe path is a valid path and the file can be accessed. Probe path is the path to a file hosted on the origin server to help accelerate the delivery of dynamic content via the CDN endpoint. This path is relative to the origin path specified in the endpoint configuration.

validate_probe(validate_probe_input: azure.mgmt.cdn.models._models_py3.ValidateProbeInput, **kwargs: Any) -> azure.mgmt.cdn.models._models_py3.ValidateProbeOutput

Parameters

validate_probe_input
ValidateProbeInput
Required

Input to check.

cls
callable

A custom type or function that will be passed the direct response

Returns

ValidateProbeOutput, or the result of cls(response)

Return type

Exceptions