你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Encryption Class

Definition

Properties to configure Encryption

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.EncryptionTypeConverter))]
public class Encryption : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.IEncryption
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.EncryptionTypeConverter))>]
type Encryption = class
    interface IEncryption
    interface IJsonSerializable
Public Class Encryption
Implements IEncryption
Inheritance
Encryption
Attributes
Implements

Constructors

Encryption()

Creates an new Encryption instance.

Properties

KeySource

Enumerates the possible value of keySource for Encryption

KeyVaultProperty

Properties of KeyVault

RequireInfrastructureEncryption

Enable Infrastructure Encryption (Double Encryption)

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Encryption.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Encryption.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.IEncryption.

FromJsonString(String)

Creates a new instance of Encryption, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of Encryption into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to