CdnManagementClientOperationsMixin Class
- Inheritance
-
builtins.objectCdnManagementClientOperationsMixin
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
- 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
- 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
- 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
- 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
Feedback
Submit and view feedback for