你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
New-AzEventHubKeyVaultPropertiesObject
为 KeyVaultProperties 创建内存中对象。
语法
New-AzEventHubKeyVaultPropertiesObject
[-KeyName <String>]
[-KeyVaultUri <String>]
[-KeyVersion <String>]
[-UserAssignedIdentity <String>]
[<CommonParameters>]
说明
为 KeyVaultProperties 创建内存中对象。
示例
示例 1:构造内存中 KeyVaultProperties 对象
New-AzEventHubKeyVaultPropertiesObject -KeyName key1 -KeyVaultUri https://testkeyvault.vault.azure.net
创建类型的 IKeyVaultProperties
内存中对象。
可将 <KeyVaultProperty
输入馈送,以启用加密。
参数
-KeyName
KeyVault 中密钥的名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-KeyVaultUri
KeyVault 的 URI。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-KeyVersion
密钥版本。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-UserAssignedIdentity
为加密选择的用户标识的 ARM ID。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |