WorkspaceCustomerManagedKeyDetails 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.
Details of the customer managed key associated with the workspace.
public class WorkspaceCustomerManagedKeyDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Synapse.Models.WorkspaceCustomerManagedKeyDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Synapse.Models.WorkspaceCustomerManagedKeyDetails>
public class WorkspaceCustomerManagedKeyDetails
type WorkspaceCustomerManagedKeyDetails = class
interface IJsonModel<WorkspaceCustomerManagedKeyDetails>
interface IPersistableModel<WorkspaceCustomerManagedKeyDetails>
type WorkspaceCustomerManagedKeyDetails = class
Public Class WorkspaceCustomerManagedKeyDetails
Implements IJsonModel(Of WorkspaceCustomerManagedKeyDetails), IPersistableModel(Of WorkspaceCustomerManagedKeyDetails)
Public Class WorkspaceCustomerManagedKeyDetails
- Inheritance
-
WorkspaceCustomerManagedKeyDetails
- Implements
Constructors
WorkspaceCustomerManagedKeyDetails() |
Initializes a new instance of WorkspaceCustomerManagedKeyDetails. |
Properties
KekIdentity |
Key encryption key. |
Key |
The key object of the workspace. |
Status |
The customer managed key status on the workspace. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<WorkspaceCustomerManagedKeyDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<WorkspaceCustomerManagedKeyDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<WorkspaceCustomerManagedKeyDetails>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<WorkspaceCustomerManagedKeyDetails>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<WorkspaceCustomerManagedKeyDetails>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET