CognitiveServicesManagementClientOperationsMixin Class
- Inheritance
-
builtins.objectCognitiveServicesManagementClientOperationsMixin
Constructor
CognitiveServicesManagementClientOperationsMixin()
Methods
| check_domain_availability |
Check whether a domain is available. |
| check_sku_availability |
Check available SKUs. |
check_domain_availability
Check whether a domain is available.
check_domain_availability(subdomain_name: str, type: str, kind: Optional[str] = None, **kwargs: Any) -> azure.mgmt.cognitiveservices.models._models_py3.DomainAvailability
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
DomainAvailability, or the result of cls(response)
Return type
Exceptions
check_sku_availability
Check available SKUs.
check_sku_availability(location: str, skus: List[str], kind: str, type: str, **kwargs: Any) -> azure.mgmt.cognitiveservices.models._models_py3.SkuAvailabilityListResult
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
SkuAvailabilityListResult, or the result of cls(response)
Return type
Exceptions
Feedback
Submit and view feedback for