共用方式為


Remove-AzPrivateLinkAssociation

刪除特定的 Azure 私人連結關聯。

語法

Remove-AzPrivateLinkAssociation
      [-ManagementGroupId] <String>
      [-Name] <String>
      [-PassThru]
      [-Force]
      [-DefaultProfile <IAzureContextContainer>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Remove-AzPrivateLinkAssociation
      [-PassThru]
      [-Force]
      -InputObject <PSResourceManagementPrivateLinkAssociation>
      [-DefaultProfile <IAzureContextContainer>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

Remove-AzPrivateLinkAssociation Cmdlet 會刪除特定的資源管理私人鏈接關聯。

範例

範例 1

Remove-AzPrivateLinkAssociation -ManagementGroupId 24f15700-370c-45bc-86a7-aee1b0c4eb8a -Name 1d7942d1-288b-48de-8d0f-2d2aa8e03ad4

True

刪除特定的私人連結關聯。

範例 2

Get-AzPrivateLinkAssociation -ManagementGroupId 24f15700-370c-45bc-86a7-aee1b0c4eb8a -Name 1d7942d1-288b-48de-8d0f-2d2aa8e03ad4 | Remove-AzPrivateLinkAssociation -Force

刪除特定的私人連結關聯。

參數

-Confirm

執行 Cmdlet 之前先提示您確認。

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

-DefaultProfile

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

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

-Force

請勿要求確認。

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

-InputObject

私人連結關聯物件。

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

-ManagementGroupId

管理群組標識碼。

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

-Name

私人鏈接關聯標識碼。

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

-PassThru

請勿要求確認。

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

-WhatIf

顯示執行 Cmdlet 後會發生的情況。 未執行 Cmdlet。

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

輸入

None

輸出

Boolean