你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeviceUpdateMgmtClientOperationsMixin Class

Constructor

DeviceUpdateMgmtClientOperationsMixin()

Methods

check_name_availability

Checks ADU resource name availability.

check_name_availability

Checks ADU resource name availability.

check_name_availability(request: _models.CheckNameAvailabilityRequest, *, content_type: str = 'application/json', **kwargs: Any) -> _models.CheckNameAvailabilityResponse

Parameters

Name Description
request
Required

Check Name Availability Request. Is either a CheckNameAvailabilityRequest type or a IO type. Required.

Keyword-Only Parameters

Name Description
content_type
str

Body Parameter content-type. Known values are: 'application/json'. Default value is None.

cls

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

Returns

Type Description

CheckNameAvailabilityResponse or the result of cls(response)

Exceptions

Type Description