共用方式為


Remove-AzIoTDeviceProvisioningServiceLinkedHub

刪除 Azure IoT 中樞裝置布建服務中連結的 IoT 中樞。

語法

Remove-AzIoTDeviceProvisioningServiceLinkedHub
      [-ResourceGroupName] <String>
      [-Name] <String>
      [-LinkedHubName] <String>
      [-PassThru]
      [-DefaultProfile <IAzureContextContainer>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Remove-AzIoTDeviceProvisioningServiceLinkedHub
      [-InputObject] <PSIotHubDefinitionDescription>
      [-PassThru]
      [-DefaultProfile <IAzureContextContainer>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Remove-AzIoTDeviceProvisioningServiceLinkedHub
      [-ResourceId] <String>
      [-LinkedHubName] <String>
      [-PassThru]
      [-DefaultProfile <IAzureContextContainer>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

如需 Azure IoT 中樞裝置佈建服務的簡介,請參閱 https://learn.microsoft.com/azure/iot-dps/about-iot-dps

範例

範例 1

Remove-AzIoTDeviceProvisioningServiceLinkedHub -ResourceGroupName "myresourcegroup" -Name "myiotdps" -LinkedHubName "myiothub" -PassThru

True

刪除 Azure IoT 中樞裝置布建服務中連結的 IoT 中樞 「myiothub」。

範例 2

Get-AzIoTDeviceProvisioningServiceLinkedHub -ResourceGroupName "myresourcegroup" -Name "myiotdps" -LinkedHubName "myiothub" | Remove-AzIoTDeviceProvisioningServiceLinkedHub

使用管線刪除 Azure IoT 中樞裝置布建服務中連結的 IoT 中樞 「myiothub」。

參數

-Confirm

在執行 Cmdlet 之前,提示您進行確認。

類型:SwitchParameter
別名:cf
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-DefaultProfile

用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。

類型:IAzureContextContainer
別名:AzContext, AzureRmContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-InputObject

IoT 裝置佈建服務物件

類型:PSIotHubDefinitionDescription
Position:0
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-LinkedHubName

連結IoT中樞的主機名

類型:String
Position:1
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-Name

IoT 裝置布建服務的名稱

類型:String
Position:1
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-PassThru

{{Fill PassThru Description}}

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-ResourceGroupName

資源群組的名稱

類型:String
Position:0
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-ResourceId

IoT 裝置布建服務資源標識碼

類型:String
Position:0
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-WhatIf

顯示 Cmdlet 執行時會發生什麼事。 指令未執行。

類型:SwitchParameter
別名:wi
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

輸入

輸出