Get-SPOTenantCdnEnabled
返回在租户一级启用的是公用内容传送网络 (CDN) 还是专用 CDN。 需要租户管理员权限。
语法
Get-SPOTenantCdnEnabled
-CdnType <SPOTenantCdnType>
[<CommonParameters>]
说明
返回在租户一级启用的是公用内容传送网络 (CDN) 还是专用 CDN。
示例
-----------------------示例 1-----------------------------
Get-SPOTenantCdnEnabled -CdnType Public
此示例返回公用 CDN 类型。
参数
-CdnType
指定 CDN 类型。 有效值为 Public 或 Private。
Type: | SPOTenantCdnType |
Accepted values: | Public, Private |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
输入
None
输出
System.Object