共用方式為


Disable-AzTrafficManagerEndpoint

停用流量管理員配置檔中的端點。

語法

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

Description

Disable-AzTrafficManagerEndpoint Cmdlet 會停用 Azure 流量管理員配置檔中的端點。

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

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

範例

範例 1:依名稱停用端點

Disable-AzTrafficManagerEndpoint -Name "contoso" -ProfileName "ContosoProfile" -ResourceGroupName ResourceGroup11 -Type ExternalEndpoints

此命令會在資源群組 ResourceGroup11 中名為 ContosoProfile 的配置檔中停用名為 contoso 的外部端點。 命令會提示您進行確認。

範例 2:使用管線停用端點

Get-AzTrafficManagerEndpoint -Name "contoso" -Type ExternalEndpoints -ProfileName "ContosoProfile" -ResourceGroupName "ResourceGroup11" | Disable-AzTrafficManagerEndpoint -Force

此命令會從 ResourceGroup11 中名為 ContosoProfile 的設定檔取得名為 Contoso 的外部端點。 命令接著會使用管線運算符,將該端點傳遞至 Disable-AzTrafficManagerEndpoint Cmdlet。 該 Cmdlet 會停用該端點。 命令會指定 force 參數 。 因此,它不會提示您進行確認。

參數

-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