AutomationKeyVaultProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Settings concerning key vault encryption for a configuration store.
public class AutomationKeyVaultProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Automation.Models.AutomationKeyVaultProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Automation.Models.AutomationKeyVaultProperties>
public class AutomationKeyVaultProperties
type AutomationKeyVaultProperties = class
interface IJsonModel<AutomationKeyVaultProperties>
interface IPersistableModel<AutomationKeyVaultProperties>
type AutomationKeyVaultProperties = class
Public Class AutomationKeyVaultProperties
Implements IJsonModel(Of AutomationKeyVaultProperties), IPersistableModel(Of AutomationKeyVaultProperties)
Public Class AutomationKeyVaultProperties
- Inheritance
-
AutomationKeyVaultProperties
- Implements
Constructors
AutomationKeyVaultProperties() |
Initializes a new instance of AutomationKeyVaultProperties. |
Properties
KeyName |
The name of key used to encrypt data. |
KeyvaultUri |
The URI of the key vault key used to encrypt data. |
KeyVersion |
The key version of the key used to encrypt data. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<AutomationKeyVaultProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AutomationKeyVaultProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AutomationKeyVaultProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AutomationKeyVaultProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AutomationKeyVaultProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET