Share via


BatchAccountEndpointDependency Class

Definition

A domain name and connection details used to access a dependency.

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

Properties

Description

Human-readable supplemental information about the dependency and when it is applicable.

DomainName

The domain name of the dependency. Domain names may be fully qualified or may contain a * wildcard.

EndpointDetails

The list of connection details for this endpoint.

Explicit Interface Implementations

IJsonModel<BatchAccountEndpointDependency>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BatchAccountEndpointDependency>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchAccountEndpointDependency>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchAccountEndpointDependency>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BatchAccountEndpointDependency>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to