EncryptionKeyVaultUpdateProperties Class

Definition

The EncryptionKeyVaultUpdateProperties.

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

Constructors

EncryptionKeyVaultUpdateProperties(String)

Initializes a new instance of EncryptionKeyVaultUpdateProperties.

Properties

KeyIdentifier

Gets the key identifier.

Explicit Interface Implementations

IJsonModel<EncryptionKeyVaultUpdateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EncryptionKeyVaultUpdateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EncryptionKeyVaultUpdateProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EncryptionKeyVaultUpdateProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EncryptionKeyVaultUpdateProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to