Skip to main content

services

Overview

Nameservices
TypeResource
Idazure_extras.windows_iot.services

Fields

NameDatatypeDescription
etagstringThe Etag field is not required. If it is provided in the response body, it must also be provided as a header per the normal ETag convention.
locationstringThe Azure Region where the resource lives
propertiesobjectThe properties of a Windows IoT Device Service.
tagsobjectResource tags.

Methods

NameAccessible byRequired ParamsDescription
getSELECTdeviceName, resourceGroupName, subscriptionIdGet the non-security related metadata of a Windows IoT Device Service.
listSELECTsubscriptionIdGet all the IoT hubs in a subscription.
list_by_resource_groupSELECTresourceGroupName, subscriptionIdGet all the IoT hubs in a resource group.
create_or_updateINSERTdeviceName, resourceGroupName, subscriptionIdCreate or update the metadata of a Windows IoT Device Service. The usual pattern to modify a property is to retrieve the Windows IoT Device Service metadata and security metadata, and then combine them with the modified values in a new body to update the Windows IoT Device Service.
deleteDELETEdeviceName, resourceGroupName, subscriptionIdDelete a Windows IoT Device Service.
_listEXECsubscriptionIdGet all the IoT hubs in a subscription.
_list_by_resource_groupEXECresourceGroupName, subscriptionIdGet all the IoT hubs in a resource group.
check_device_service_name_availabilityEXECsubscriptionId, data__nameCheck if a Windows IoT Device Service name is available.
updateEXECdeviceName, resourceGroupName, subscriptionIdUpdates the metadata of a Windows IoT Device Service. The usual pattern to modify a property is to retrieve the Windows IoT Device Service metadata and security metadata, and then combine them with the modified values in a new body to update the Windows IoT Device Service.