共用方式為


Remove-AzTrafficManagerEndpoint

從流量管理員移除端點。

語法

Remove-AzTrafficManagerEndpoint
      -Name <String>
      -Type <String>
      -ProfileName <String>
      -ResourceGroupName <String>
      [-Force]
      [-DefaultProfile <IAzureContextContainer>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Remove-AzTrafficManagerEndpoint
      -TrafficManagerEndpoint <TrafficManagerEndpoint>
      [-Force]
      [-DefaultProfile <IAzureContextContainer>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

Remove-AzTrafficManagerEndpoint Cmdlet 會從 Azure 流量管理員移除端點。

此 Cmdlet 會將每個變更認可到流量管理員服務。 若要從本機流量管理員配置檔物件中移除多個端點,並在單一作業中認可變更,請使用 Remove-AzTrafficManagerEndpointConfig Cmdlet。

您可以使用管線運算符將 TrafficManagerEndpoint 對象傳遞至此 Cmdlet,或者您可以使用 TrafficManagerEndpoint 參數來指定 TrafficManagerEndpoint 物件。

或者,您可以使用 NameType 參數,以及 ProfileNameResourceGroupName 參數來指定端點名稱和類型。

範例

範例 1:從配置檔移除端點

Remove-AzTrafficManagerEndpoint -Name "contoso" -ProfileName "ContosoProfile" -ResourceGroupName "ResourceGroup11" -Type AzureEndpoints

此命令會從名為 ResourceGroup11 的資源群組中名為 ContosoProfile 的配置檔中移除名為 contoso 的 Azure 端點。

參數

-Confirm

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

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

-DefaultProfile

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

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

-Force

強制命令執行,而不要求使用者確認。

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

-Name

指定此 Cmdlet 移除的流量管理員端點名稱。

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

-ProfileName

指定流量管理員配置檔的名稱,此 Cmdlet 會從中移除端點。 若要取得配置檔,請使用 Get-AzTrafficManagerProfile Cmdlet。

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

-ResourceGroupName

指定資源群組的名稱。 此 Cmdlet 會從此參數所指定群組中的流量管理員配置檔中移除流量管理員端點。

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

-TrafficManagerEndpoint

指定此 Cmdlet 移除的流量管理員端點。 若要取得 TrafficManagerEndpoint 物件,請使用 Get-AzTrafficManagerEndpoint Cmdlet。

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

-Type

指定此 Cmdlet 新增至流量管理員設定檔的端點類型。 有效值為:

  • AzureEndpoints
  • ExternalEndpoints
  • NestedEndpoints
類型:String
接受的值:AzureEndpoints, ExternalEndpoints, NestedEndpoints
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-WhatIf

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

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

輸入

TrafficManagerEndpoint

輸出

Boolean