CdnManagementClientOperationsMixin Class
- Inheritance
-
azure.mgmt.cdn._vendor.CdnManagementClientMixinABCCdnManagementClientOperationsMixin
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: _models.CheckEndpointNameAvailabilityInput, *, content_type: str = 'application/json', **kwargs: Any) -> _models.CheckEndpointNameAvailabilityOutput
Parameters
Name | Description |
---|---|
resource_group_name
Required
|
Name of the Resource group within the Azure subscription. Required. |
check_endpoint_name_availability_input
Required
|
Input to check. Is either a CheckEndpointNameAvailabilityInput type or a IO[bytes] type. Required. |
Returns
Type | Description |
---|---|
CheckEndpointNameAvailabilityOutput or the result of cls(response) |
Exceptions
Type | Description |
---|---|
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: _models.CheckNameAvailabilityInput, *, content_type: str = 'application/json', **kwargs: Any) -> _models.CheckNameAvailabilityOutput
Parameters
Name | Description |
---|---|
check_name_availability_input
Required
|
Input to check. Is either a CheckNameAvailabilityInput type or a IO[bytes] type. Required. |
Returns
Type | Description |
---|---|
CheckNameAvailabilityOutput or the result of cls(response) |
Exceptions
Type | Description |
---|---|
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: _models.CheckNameAvailabilityInput, *, content_type: str = 'application/json', **kwargs: Any) -> _models.CheckNameAvailabilityOutput
Parameters
Name | Description |
---|---|
check_name_availability_input
Required
|
Input to check. Is either a CheckNameAvailabilityInput type or a IO[bytes] type. Required. |
Returns
Type | Description |
---|---|
CheckNameAvailabilityOutput or the result of cls(response) |
Exceptions
Type | Description |
---|---|
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: _models.ValidateProbeInput, *, content_type: str = 'application/json', **kwargs: Any) -> _models.ValidateProbeOutput
Parameters
Name | Description |
---|---|
validate_probe_input
Required
|
Input to check. Is either a ValidateProbeInput type or a IO[bytes] type. Required. |
Returns
Type | Description |
---|---|
ValidateProbeOutput or the result of cls(response) |
Exceptions
Type | Description |
---|---|
Azure SDK for Python