다음을 통해 공유


IntegrationAccountKeyVaultKey Class

Definition

The key vault key.

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

Properties

CreatedOn

When the key was created.

IsEnabled

Whether the key is enabled or not.

KeyId

The key id.

UpdatedOn

When the key was updated.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IntegrationAccountKeyVaultKey>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IntegrationAccountKeyVaultKey>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IntegrationAccountKeyVaultKey>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IntegrationAccountKeyVaultKey>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IntegrationAccountKeyVaultKey>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to