你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzureADApplicationServiceEndpoint
检索应用程序的服务终结点
语法
Get-AzureADApplicationServiceEndpoint
-ObjectId <String>
[-All <Boolean>]
[-Top <Int32>]
[<CommonParameters>]
说明
此 cmdlet 检索服务终结点 (应用程序的) 。 服务终结点实体包含了服务发现信息。 Application entitie 的 serviceEndpoints 属性的类型为 ServiceEndpoint。 其他服务可以使用存储在 ServiceEndpoint 实体中的信息来查找此服务及其可寻址终结点。
示例
示例 1
PS C:\WINDOWS\system32> Get-AzureADApplicationServiceEndpoint -ObjectId 79592454-dea7-4660-9d91-f1768e5055ac
检索通过 Object ID 参数指定的应用程序的服务终结点
参数
-All
返回所有服务终结点
类型: | Boolean |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-ObjectId
指定检索服务终结点的应用程序的对象 ID
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-Top
指定返回的最大结果数。 默认值为 100。
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
输入
System.Nullable1[[System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] System.Nullable
1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]