你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzureADExternalDomainFederation
按外部域名获取 externalDomainFederation。
语法
Get-AzureADExternalDomainFederation
[-All <Boolean>]
[-Top <Int32>]
[-Filter <String>]
[<CommonParameters>]
Get-AzureADExternalDomainFederation
-ExternalDomainName <String>
[-All <Boolean>]
[<CommonParameters>]
示例
示例 1:获取给定外部域的外部域联合设置。
Get-AzureADExternalFederationDomain -ExternalDomainName "test.com"
此命令获取外部域联合设置。
参数
-All
用于表示的布尔值,该布尔值从服务器返回特定查询的所有结果
类型: | Boolean |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-ExternalDomainName
Azure Active Directory 中 externalDomainFederation 的唯一标识符
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-Filter
oData v3.0 筛选器语句。 控制返回的对象。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-Top
要返回的最大记录数。
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |