Set-PowerBICapacityEncryptionKey
更新 Power BI 容量的加密密钥。
语法
Set-PowerBICapacityEncryptionKey
-KeyName <String>
-CapacityId <Guid>
[<CommonParameters>]
Set-PowerBICapacityEncryptionKey
-KeyName <String>
-Capacity <Capacity>
[<CommonParameters>]
Set-PowerBICapacityEncryptionKey
-Key <EncryptionKey>
-CapacityId <Guid>
[<CommonParameters>]
说明
更新与 Power BI 容量关联的加密密钥。 在调用此 cmdlet 之前,必须存在租户的加密密钥。
运行此命令之前,请确保使用 Connect-PowerBIServiceAccount 登录。 此 cmdlet 要求调用用户成为 Power BI 服务的租户管理员。
示例
示例 1
PS C:\> Set-PowerBICapacityEncryptionKey -CapacityId 08d57fce-9e79-49ac-afac-d61765f97f6f -KeyName 'Contoso Sales'
参数
-Capacity
要更新的容量实体。
类型: | Capacity |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-CapacityId
要更新的容量的 ID。
类型: | Guid |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-Key
要使用的加密密钥实体。
类型: | EncryptionKey |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-KeyName
要使用的加密密钥的名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
输入
Microsoft.PowerBI.Common.Api.Encryption.EncryptionKey
Microsoft.PowerBI.Common.Api.Capacityies.Capacityies
输出
System.Object