Microsoft.WindowsIoT (stable:2019-06-01)

2025/09/19 • 8 new, 8 deleted methods

Operations_List (new)
Description Lists all of the available Windows IoT Services REST API operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.WindowsIoT/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
description: string ,
operation: string ,
provider: string ,
resource: string ,
}
,
isDataAction: boolean ,
origin: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details: string ,
}
,
}
Services_Get (new)
Description Get the non-security related metadata of a Windows IoT Device Service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.WindowsIoT/deviceServices/{deviceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
deviceName: string ,
}

⚐ Response (200)

{
etag: string ,
properties:
{
notes: string ,
startDate: string ,
quantity: integer ,
billingDomainName: string ,
adminDomainName: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details: string ,
}
,
}
Services_CreateOrUpdate (new)
Description Create 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.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.WindowsIoT/deviceServices/{deviceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
deviceName: string ,
deviceService:
{
etag: string ,
properties:
{
notes: string ,
startDate: string ,
quantity: integer ,
billingDomainName: string ,
adminDomainName: string ,
}
,
}
,
If-Match: string ,
}

⚐ Response (200)

{
etag: string ,
properties:
{
notes: string ,
startDate: string ,
quantity: integer ,
billingDomainName: string ,
adminDomainName: string ,
}
,
}

⚐ Response (201)

{
etag: string ,
properties:
{
notes: string ,
startDate: string ,
quantity: integer ,
billingDomainName: string ,
adminDomainName: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details: string ,
}
,
}
Services_Update (new)
Description Updates 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.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.WindowsIoT/deviceServices/{deviceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
deviceName: string ,
deviceService:
{
etag: string ,
properties:
{
notes: string ,
startDate: string ,
quantity: integer ,
billingDomainName: string ,
adminDomainName: string ,
}
,
}
,
If-Match: string ,
}

⚐ Response (200)

{
etag: string ,
properties:
{
notes: string ,
startDate: string ,
quantity: integer ,
billingDomainName: string ,
adminDomainName: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details: string ,
}
,
}
Services_Delete (new)
Description Delete a Windows IoT Device Service.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.WindowsIoT/deviceServices/{deviceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
deviceName: string ,
}

⚐ Response (200)

{
etag: string ,
properties:
{
notes: string ,
startDate: string ,
quantity: integer ,
billingDomainName: string ,
adminDomainName: string ,
}
,
}

⚐ Response (204)

{
etag: string ,
properties:
{
notes: string ,
startDate: string ,
quantity: integer ,
billingDomainName: string ,
adminDomainName: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details: string ,
}
,
}
Services_ListByResourceGroup (new)
Description Get all the IoT hubs in a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.WindowsIoT/deviceServices
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
value:
[
{
etag: string ,
properties:
{
notes: string ,
startDate: string ,
quantity: integer ,
billingDomainName: string ,
adminDomainName: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details: string ,
}
,
}
Services_List (new)
Description Get all the IoT hubs in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.WindowsIoT/deviceServices
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
etag: string ,
properties:
{
notes: string ,
startDate: string ,
quantity: integer ,
billingDomainName: string ,
adminDomainName: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details: string ,
}
,
}
Services_CheckDeviceServiceNameAvailability (new)
Description Check if a Windows IoT Device Service name is available.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.WindowsIoT/checkDeviceServiceNameAvailability
{
api-version: string ,
subscriptionId: string ,
deviceServiceCheckNameAvailabilityParameters:
{
name: string ,
}
,
}

⚐ Response (200)

{
nameAvailable: boolean ,
reason: enum ,
message: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details: string ,
}
,
}
Operations_List (removed)
Description Lists all of the available Windows IoT Services REST API operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.WindowsIoT/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
description: string ,
operation: string ,
provider: string ,
resource: string ,
}
,
isDataAction: boolean ,
origin: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details: string ,
}
,
}
Services_Get (removed)
Description Get the non-security related metadata of a Windows IoT Device Service.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.WindowsIoT/deviceServices/{deviceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
deviceName: string ,
}

⚐ Response (200)

{
etag: string ,
properties:
{
notes: string ,
startDate: string ,
quantity: integer ,
billingDomainName: string ,
adminDomainName: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details: string ,
}
,
}
Services_CreateOrUpdate (removed)
Description Create 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.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.WindowsIoT/deviceServices/{deviceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
deviceName: string ,
deviceService:
{
etag: string ,
properties:
{
notes: string ,
startDate: string ,
quantity: integer ,
billingDomainName: string ,
adminDomainName: string ,
}
,
}
,
If-Match: string ,
}

⚐ Response (200)

{
etag: string ,
properties:
{
notes: string ,
startDate: string ,
quantity: integer ,
billingDomainName: string ,
adminDomainName: string ,
}
,
}

⚐ Response (201)

{
etag: string ,
properties:
{
notes: string ,
startDate: string ,
quantity: integer ,
billingDomainName: string ,
adminDomainName: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details: string ,
}
,
}
Services_Update (removed)
Description Updates 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.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.WindowsIoT/deviceServices/{deviceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
deviceName: string ,
deviceService:
{
etag: string ,
properties:
{
notes: string ,
startDate: string ,
quantity: integer ,
billingDomainName: string ,
adminDomainName: string ,
}
,
}
,
If-Match: string ,
}

⚐ Response (200)

{
etag: string ,
properties:
{
notes: string ,
startDate: string ,
quantity: integer ,
billingDomainName: string ,
adminDomainName: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details: string ,
}
,
}
Services_Delete (removed)
Description Delete a Windows IoT Device Service.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.WindowsIoT/deviceServices/{deviceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
deviceName: string ,
}

⚐ Response (200)

{
etag: string ,
properties:
{
notes: string ,
startDate: string ,
quantity: integer ,
billingDomainName: string ,
adminDomainName: string ,
}
,
}

⚐ Response (204)

{
etag: string ,
properties:
{
notes: string ,
startDate: string ,
quantity: integer ,
billingDomainName: string ,
adminDomainName: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details: string ,
}
,
}
Services_ListByResourceGroup (removed)
Description Get all the IoT hubs in a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.WindowsIoT/deviceServices
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
value:
[
{
etag: string ,
properties:
{
notes: string ,
startDate: string ,
quantity: integer ,
billingDomainName: string ,
adminDomainName: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details: string ,
}
,
}
Services_List (removed)
Description Get all the IoT hubs in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.WindowsIoT/deviceServices
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
etag: string ,
properties:
{
notes: string ,
startDate: string ,
quantity: integer ,
billingDomainName: string ,
adminDomainName: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details: string ,
}
,
}
Services_CheckDeviceServiceNameAvailability (removed)
Description Check if a Windows IoT Device Service name is available.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.WindowsIoT/checkDeviceServiceNameAvailability
{
api-version: string ,
subscriptionId: string ,
deviceServiceCheckNameAvailabilityParameters:
{
name: string ,
}
,
}

⚐ Response (200)

{
nameAvailable: boolean ,
reason: enum ,
message: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details: string ,
}
,
}