ServiceBusKeyVaultProperties Class

Definition

Properties to configure keyVault Properties.

public class ServiceBusKeyVaultProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ServiceBus.Models.ServiceBusKeyVaultProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ServiceBus.Models.ServiceBusKeyVaultProperties>
type ServiceBusKeyVaultProperties = class
    interface IJsonModel<ServiceBusKeyVaultProperties>
    interface IPersistableModel<ServiceBusKeyVaultProperties>
Public Class ServiceBusKeyVaultProperties
Implements IJsonModel(Of ServiceBusKeyVaultProperties), IPersistableModel(Of ServiceBusKeyVaultProperties)
Inheritance
ServiceBusKeyVaultProperties
Implements

Constructors

ServiceBusKeyVaultProperties()

Initializes a new instance of ServiceBusKeyVaultProperties.

Properties

KeyName

Name of the Key from KeyVault.

KeyVaultUri

Uri of KeyVault.

KeyVersion

Version of KeyVault.

UserAssignedIdentity

ARM ID of user Identity selected for encryption.

Explicit Interface Implementations

IJsonModel<ServiceBusKeyVaultProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ServiceBusKeyVaultProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServiceBusKeyVaultProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServiceBusKeyVaultProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ServiceBusKeyVaultProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to