DeviceUpdateMgmtClientOperationsMixin Class
- Inheritance
-
azure.mgmt.deviceupdate._vendor.DeviceUpdateMgmtClientMixinABCDeviceUpdateMgmtClientOperationsMixin
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
|
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 |
---|---|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python