Share via


IntegrationAccountKeyVaultKeyReference Class

Definition

The reference to the key vault key.

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

Constructors

IntegrationAccountKeyVaultKeyReference(String)

Initializes a new instance of IntegrationAccountKeyVaultKeyReference.

Properties

KeyName

The private key name in key vault.

KeyVersion

The private key version in key vault.

ResourceId

The resource id.

ResourceName

The resource name.

ResourceType

The resource type.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IntegrationAccountKeyVaultKeyReference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IntegrationAccountKeyVaultKeyReference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IntegrationAccountKeyVaultKeyReference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IntegrationAccountKeyVaultKeyReference>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IntegrationAccountKeyVaultKeyReference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to