IntegrationAccountKeyVaultNameReference Class

Definition

The key vault reference.

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

Constructors

IntegrationAccountKeyVaultNameReference()

Initializes a new instance of IntegrationAccountKeyVaultNameReference.

Properties

Id

The resource id.

(Inherited from LogicResourceReference)
Name

Gets the resource name.

(Inherited from LogicResourceReference)
ResourceType

Gets the resource type.

(Inherited from LogicResourceReference)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from LogicResourceReference)

Explicit Interface Implementations

IJsonModel<IntegrationAccountKeyVaultNameReference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IntegrationAccountKeyVaultNameReference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<LogicResourceReference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from LogicResourceReference)
IJsonModel<LogicResourceReference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from LogicResourceReference)
IPersistableModel<IntegrationAccountKeyVaultNameReference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IntegrationAccountKeyVaultNameReference>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IntegrationAccountKeyVaultNameReference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<LogicResourceReference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from LogicResourceReference)
IPersistableModel<LogicResourceReference>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from LogicResourceReference)
IPersistableModel<LogicResourceReference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from LogicResourceReference)

Applies to