Share via


DiskEncryptionSetParameters Class

Definition

The ARM resource id of the disk encryption set.

public class DiskEncryptionSetParameters : System.ClientModel.Primitives.IJsonModel<Azure.Compute.Batch.DiskEncryptionSetParameters>, System.ClientModel.Primitives.IPersistableModel<Azure.Compute.Batch.DiskEncryptionSetParameters>
type DiskEncryptionSetParameters = class
    interface IJsonModel<DiskEncryptionSetParameters>
    interface IPersistableModel<DiskEncryptionSetParameters>
Public Class DiskEncryptionSetParameters
Implements IJsonModel(Of DiskEncryptionSetParameters), IPersistableModel(Of DiskEncryptionSetParameters)
Inheritance
DiskEncryptionSetParameters
Implements

Constructors

Name Description
DiskEncryptionSetParameters()

Initializes a new instance of DiskEncryptionSetParameters.

Properties

Name Description
Id

The ARM resource id of the disk encryption set. The resource must be in the same subscription as the Batch account.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<DiskEncryptionSetParameters>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DiskEncryptionSetParameters>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DiskEncryptionSetParameters>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DiskEncryptionSetParameters>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DiskEncryptionSetParameters>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to