EndpointRangeDescription Class

Definition

Port range details.

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

Constructors

EndpointRangeDescription(Int32, Int32)

Initializes a new instance of EndpointRangeDescription.

Properties

EndPort

End port of a range of ports.

StartPort

Starting port of a range of ports.

Explicit Interface Implementations

IJsonModel<EndpointRangeDescription>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EndpointRangeDescription>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EndpointRangeDescription>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EndpointRangeDescription>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EndpointRangeDescription>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to