EndpointServiceResult Class

Definition

Endpoint service.

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

Properties

Id

Resource ID.

Name

Name of the endpoint service.

ResourceType

Type of the endpoint service.

Explicit Interface Implementations

IJsonModel<EndpointServiceResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EndpointServiceResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EndpointServiceResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EndpointServiceResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EndpointServiceResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to