DeviceUpdateOperationsMixin Class

Inheritance
builtins.object
DeviceUpdateOperationsMixin

Constructor

DeviceUpdateOperationsMixin()

Methods

check_name_availability

Checks ADU resource name availability.

check_name_availability

Checks ADU resource name availability.

async check_name_availability(request: azure.mgmt.deviceupdate.models._models_py3.CheckNameAvailabilityRequest, **kwargs: Any) -> azure.mgmt.deviceupdate.models._models_py3.CheckNameAvailabilityResponse

Parameters

request
<xref:device_update.models.CheckNameAvailabilityRequest>
Required

Check Name Availability Request.

cls
callable

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

Returns

CheckNameAvailabilityResponse, or the result of cls(response)

Return type

<xref:device_update.models.CheckNameAvailabilityResponse>

Exceptions