CognitiveServicesManagementClientOperationsMixin Class

Inheritance
builtins.object
CognitiveServicesManagementClientOperationsMixin

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

subdomain_name
str
Required

The subdomain name to use.

type
str
Required

The Type of the resource.

kind
str
Required

The Kind of the resource. Default value is None.

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

location
str
Required

Resource location.

skus
list[str]
Required

The SKU of the resource.

kind
str
Required

The Kind of the resource.

type
str
Required

The Type of the resource.

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