다음을 통해 공유


AzureResourceInfo Class

Definition

The azure resource info when target service type is AzureResource.

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

Constructors

AzureResourceInfo()

Initializes a new instance of AzureResourceInfo.

Properties

Id

The Id of azure resource.

ResourceProperties

The azure resource connection related properties. Please note AzureResourceBaseProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureKeyVaultProperties.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AzureResourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AzureResourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<TargetServiceBaseInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from TargetServiceBaseInfo)
IPersistableModel<AzureResourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureResourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureResourceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<TargetServiceBaseInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from TargetServiceBaseInfo)

Applies to