EncryptionUpdateProperties 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.
The EncryptionUpdateProperties.
public class EncryptionUpdateProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.EncryptionUpdateProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.EncryptionUpdateProperties>
public class EncryptionUpdateProperties
type EncryptionUpdateProperties = class
interface IJsonModel<EncryptionUpdateProperties>
interface IPersistableModel<EncryptionUpdateProperties>
type EncryptionUpdateProperties = class
Public Class EncryptionUpdateProperties
Implements IJsonModel(Of EncryptionUpdateProperties), IPersistableModel(Of EncryptionUpdateProperties)
Public Class EncryptionUpdateProperties
- Inheritance
-
EncryptionUpdateProperties
- Implements
Constructors
EncryptionUpdateProperties(EncryptionKeyVaultUpdateProperties) |
Initializes a new instance of EncryptionUpdateProperties. |
EncryptionUpdateProperties(String) |
Initializes a new instance of EncryptionUpdateProperties. |
Properties
KeyIdentifier |
Gets the key identifier. |
Explicit Interface Implementations
IJsonModel<EncryptionUpdateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<EncryptionUpdateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<EncryptionUpdateProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<EncryptionUpdateProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<EncryptionUpdateProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET