StorageAccountEncryptionIdentity 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.
Encryption identity for the storage account.
public class StorageAccountEncryptionIdentity : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Storage.Models.StorageAccountEncryptionIdentity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Storage.Models.StorageAccountEncryptionIdentity>
public class StorageAccountEncryptionIdentity
type StorageAccountEncryptionIdentity = class
interface IJsonModel<StorageAccountEncryptionIdentity>
interface IPersistableModel<StorageAccountEncryptionIdentity>
type StorageAccountEncryptionIdentity = class
Public Class StorageAccountEncryptionIdentity
Implements IJsonModel(Of StorageAccountEncryptionIdentity), IPersistableModel(Of StorageAccountEncryptionIdentity)
Public Class StorageAccountEncryptionIdentity
- Inheritance
-
StorageAccountEncryptionIdentity
- Implements
Constructors
StorageAccountEncryptionIdentity() |
Initializes a new instance of StorageAccountEncryptionIdentity. |
Properties
EncryptionFederatedIdentityClientId |
ClientId of the multi-tenant application to be used in conjunction with the user-assigned identity for cross-tenant customer-managed-keys server-side encryption on the storage account. |
EncryptionUserAssignedIdentity |
Resource identifier of the UserAssigned identity to be associated with server-side encryption on the storage account. |
Explicit Interface Implementations
IJsonModel<StorageAccountEncryptionIdentity>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<StorageAccountEncryptionIdentity>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<StorageAccountEncryptionIdentity>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<StorageAccountEncryptionIdentity>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<StorageAccountEncryptionIdentity>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET