Dela via


Update-AzIoTDeviceProvisioningServiceLinkedHub

Uppdatera en länkad IoT-hubb i en Azure IoT Hub-enhetsetableringstjänst.

Syntax

Update-AzIoTDeviceProvisioningServiceLinkedHub
      [-ResourceGroupName] <String>
      [-Name] <String>
      [-LinkedHubName] <String>
      [-AllocationWeight <Int32>]
      [-ApplyAllocationPolicy]
      [-DefaultProfile <IAzureContextContainer>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Update-AzIoTDeviceProvisioningServiceLinkedHub
      [-InputObject] <PSIotHubDefinitionDescription>
      [-AllocationWeight <Int32>]
      [-ApplyAllocationPolicy]
      [-DefaultProfile <IAzureContextContainer>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Update-AzIoTDeviceProvisioningServiceLinkedHub
      [-ResourceId] <String>
      [-LinkedHubName] <String>
      [-AllocationWeight <Int32>]
      [-ApplyAllocationPolicy]
      [-DefaultProfile <IAzureContextContainer>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

En introduktion till Azure IoT Hub Device Provisioning Service finns i https://learn.microsoft.com/azure/iot-dps/about-iot-dps.

Exempel

Exempel 1

Update-AzIoTDeviceProvisioningServiceLinkedHub -ResourceGroupName "myresourcegroup" -Name "myiotdps" -LinkedHubName "myiothub" -AllocationWeight 10 -ApplyAllocationPolicy

ResourceGroupName     : myresourcegroup
Name                  : myiotdps
LinkedHubName         : myiothub.azure-devices.net
ConnectionString      : HostName=myiothub.azure-devices.net;SharedAccessKeyName=iothubowner;SharedAccessKey=****
AllocationWeight      : 10
ApplyAllocationPolicy : True
Location              : eastus

Uppdatera länkad IoT Hub "myiothub.azure-devices.net" i en Azure IoT Hub-enhetsetableringstjänst.

Parametrar

-AllocationWeight

Allokeringsvikt för IoT Hub

Typ:Nullable<T>[Int32]
Position:Named
Standardvärde:None
Obligatorisk:False
Godkänn pipeline-indata:False
Godkänn jokertecken:False

-ApplyAllocationPolicy

Tillämpa allokeringsprincip på IoT Hub

Typ:SwitchParameter
Position:Named
Standardvärde:None
Obligatorisk:False
Godkänn pipeline-indata:False
Godkänn jokertecken:False

-Confirm

Uppmanar dig att bekräfta innan du kör cmdleten.

Typ:SwitchParameter
Alias:cf
Position:Named
Standardvärde:None
Obligatorisk:False
Godkänn pipeline-indata:False
Godkänn jokertecken:False

-DefaultProfile

Autentiseringsuppgifter, konto, klientorganisation och prenumeration som används för kommunikation med Azure.

Typ:IAzureContextContainer
Alias:AzContext, AzureRmContext, AzureCredential
Position:Named
Standardvärde:None
Obligatorisk:False
Godkänn pipeline-indata:False
Godkänn jokertecken:False

-InputObject

IoT Device Provisioning Service-objekt

Typ:PSIotHubDefinitionDescription
Position:0
Standardvärde:None
Obligatorisk:True
Godkänn pipeline-indata:True
Godkänn jokertecken:False

-LinkedHubName

Värdnamn för länkad IoT Hub

Typ:String
Position:1
Standardvärde:None
Obligatorisk:True
Godkänn pipeline-indata:False
Godkänn jokertecken:False

-Name

Namnet på IoT Device Provisioning Service

Typ:String
Position:1
Standardvärde:None
Obligatorisk:True
Godkänn pipeline-indata:False
Godkänn jokertecken:False

-ResourceGroupName

Namnet på resursgruppen

Typ:String
Position:0
Standardvärde:None
Obligatorisk:True
Godkänn pipeline-indata:False
Godkänn jokertecken:False

-ResourceId

Resurs-ID för IoT Device Provisioning Service

Typ:String
Position:0
Standardvärde:None
Obligatorisk:True
Godkänn pipeline-indata:True
Godkänn jokertecken:False

-WhatIf

Visar vad som skulle hända om kommandot körs. Cmdleten körs inte.

Typ:SwitchParameter
Alias:wi
Position:Named
Standardvärde:None
Obligatorisk:False
Godkänn pipeline-indata:False
Godkänn jokertecken:False

Indata

Utdata