DiskImageEncryption 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.
This is the disk image encryption base class.
public class DiskImageEncryption : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.DiskImageEncryption>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.DiskImageEncryption>
type DiskImageEncryption = class
interface IJsonModel<DiskImageEncryption>
interface IPersistableModel<DiskImageEncryption>
Public Class DiskImageEncryption
Implements IJsonModel(Of DiskImageEncryption), IPersistableModel(Of DiskImageEncryption)
- Inheritance
-
DiskImageEncryption
- Derived
- Implements
Constructors
DiskImageEncryption() |
Initializes a new instance of DiskImageEncryption. |
Properties
DiskEncryptionSetId |
A relative URI containing the resource ID of the disk encryption set. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DiskImageEncryption>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DiskImageEncryption>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DiskImageEncryption>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DiskImageEncryption>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DiskImageEncryption>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET