Get-AzTrafficManagerEndpoint
取得 流量管理員 設定檔的端點。
語法
Get-AzTrafficManagerEndpoint
-Name <String>
-Type <String>
-ProfileName <String>
-ResourceGroupName <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzTrafficManagerEndpoint
-TrafficManagerEndpoint <TrafficManagerEndpoint>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Get-AzTrafficManagerEndpoint Cmdlet 會取得 Azure 流量管理員 配置檔的端點。
您可以在本機修改此對象,然後使用 Set-AzTrafficManagerEndpoint Cmdlet 將變更套用至設定檔。 使用 Name 和 Type 參數指定端點。 您可以使用 ProfileName 和 ResourceGroupName 參數或指定 TrafficManagerProfile 物件來指定 流量管理員 配置檔。 或者,您可以使用管線傳遞該值。
範例
範例 1:取得端點
$TrafficManagerEndpoint = Get-AzTrafficManagerEndpoint -Name "contoso" -ProfileName "ContosoProfile" -ResourceGroupName "ResourceGroup11" -Type AzureEndpoints
此命令會從名為 ResourceGroup11 的資源群組中名為 ContosoProfile 的配置檔取得名為 contoso 的 Azure 端點,然後將該物件儲存在 $TrafficManagerEndpoint 變數中。
參數
-DefaultProfile
用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Name
指定這個 Cmdlet 取得 流量管理員 端點的名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-ProfileName
指定這個 Cmdlet 取得 流量管理員 端點的名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-ResourceGroupName
指定資源群組的名稱。 這個 Cmdlet 會取得此參數所指定群組中的 流量管理員 端點。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-TrafficManagerEndpoint
指定這個 Cmdlet 取得的 流量管理員 端點。
類型: | TrafficManagerEndpoint |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-Type
指定此 Cmdlet 新增至 流量管理員 設定檔的端點類型。 有效值為:
- AzureEndpoints
- ExternalEndpoints
- NestedEndpoints
類型: | String |
接受的值: | AzureEndpoints, ExternalEndpoints, NestedEndpoints |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |