Share via


DellFileSystemEncryptionIdentityProperties Class

Definition

EncryptionIdentityProperties of Dell FileSystem resource.

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

Constructors

DellFileSystemEncryptionIdentityProperties()

Initializes a new instance of DellFileSystemEncryptionIdentityProperties.

Properties

IdentityResourceId

User-assigned identity resource id - Only when user opts for UserAssigned identity and hence optional.

IdentityType

Identity type - SystemAssigned/UserAssigned - Only UserAssigned is supported now.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DellFileSystemEncryptionIdentityProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DellFileSystemEncryptionIdentityProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DellFileSystemEncryptionIdentityProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DellFileSystemEncryptionIdentityProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DellFileSystemEncryptionIdentityProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to