次の方法で共有


PipelineGroupNetworkingRoute Class

Definition

Networking route configuration.

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

Constructors

PipelineGroupNetworkingRoute(String)

Initializes a new instance of PipelineGroupNetworkingRoute.

Properties

Path

Route path.

Port

The port that will be configured externally. If not specified, it will use the port from the receiver definition.

Receiver

The name of the previously defined receiver.

Subdomain

Route subdomain.

Explicit Interface Implementations

IJsonModel<PipelineGroupNetworkingRoute>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PipelineGroupNetworkingRoute>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PipelineGroupNetworkingRoute>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PipelineGroupNetworkingRoute>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PipelineGroupNetworkingRoute>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to