你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzTrafficManagerEndpoint
获取流量管理员配置文件的终结点。
语法
Get-AzTrafficManagerEndpoint
-Name <String>
-Type <String>
-ProfileName <String>
-ResourceGroupName <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzTrafficManagerEndpoint
-TrafficManagerEndpoint <TrafficManagerEndpoint>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
说明
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 |