DellFileSystemEncryptionIdentityPatchProperties 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.
EncryptionIdentityUpdateProperties of Dell FileSystem resource.
public class DellFileSystemEncryptionIdentityPatchProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Dell.Storage.Models.DellFileSystemEncryptionIdentityPatchProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Dell.Storage.Models.DellFileSystemEncryptionIdentityPatchProperties>
type DellFileSystemEncryptionIdentityPatchProperties = class
interface IJsonModel<DellFileSystemEncryptionIdentityPatchProperties>
interface IPersistableModel<DellFileSystemEncryptionIdentityPatchProperties>
Public Class DellFileSystemEncryptionIdentityPatchProperties
Implements IJsonModel(Of DellFileSystemEncryptionIdentityPatchProperties), IPersistableModel(Of DellFileSystemEncryptionIdentityPatchProperties)
- Inheritance
-
DellFileSystemEncryptionIdentityPatchProperties
- Implements
Constructors
DellFileSystemEncryptionIdentityPatchProperties() |
Initializes a new instance of DellFileSystemEncryptionIdentityPatchProperties. |
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<DellFileSystemEncryptionIdentityPatchProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DellFileSystemEncryptionIdentityPatchProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DellFileSystemEncryptionIdentityPatchProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DellFileSystemEncryptionIdentityPatchProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DellFileSystemEncryptionIdentityPatchProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |