ClusterEndpointRangeDescription Class

Definition

Port range details.

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

Constructors

ClusterEndpointRangeDescription(Int32, Int32)

Initializes a new instance of ClusterEndpointRangeDescription.

Properties

EndPort

End port of a range of ports.

StartPort

Starting port of a range of ports.

Explicit Interface Implementations

IJsonModel<ClusterEndpointRangeDescription>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ClusterEndpointRangeDescription>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ClusterEndpointRangeDescription>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterEndpointRangeDescription>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ClusterEndpointRangeDescription>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to