ManagedClusterServiceEndpoint Class

Definition

The service endpoint properties.

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

Constructors

ManagedClusterServiceEndpoint(String)

Initializes a new instance of ManagedClusterServiceEndpoint.

Properties

Locations

A list of locations.

Service

The type of the endpoint service.

Explicit Interface Implementations

IJsonModel<ManagedClusterServiceEndpoint>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagedClusterServiceEndpoint>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedClusterServiceEndpoint>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedClusterServiceEndpoint>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedClusterServiceEndpoint>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to