ConnectedPartnerResourceProperties Class

Definition

Connected Partner Resource Properties.

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

Properties

AzureResourceId

The azure resource Id of the deployment.

Location

The location of the deployment.

PartnerDeploymentName

Elastic deployment name.

PartnerDeploymentUri

Deployment URL of the elasticsearch in Elastic cloud deployment.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConnectedPartnerResourceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConnectedPartnerResourceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectedPartnerResourceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectedPartnerResourceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConnectedPartnerResourceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to