共用方式為


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>
type EndpointServiceResult = class
    interface IJsonModel<EndpointServiceResult>
    interface IPersistableModel<EndpointServiceResult>
Public Class EndpointServiceResult
Implements IJsonModel(Of EndpointServiceResult), IPersistableModel(Of EndpointServiceResult)
Inheritance
EndpointServiceResult
Implements

Properties

Id

Resource ID.

Name

Name of the endpoint service.

ResourceType

Type of the endpoint service.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

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