NetworkingRoute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Networking route configuration.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.NetworkingRouteTypeConverter))]
public class NetworkingRoute : Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.INetworkingRoute
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.NetworkingRouteTypeConverter))>]
type NetworkingRoute = class
interface INetworkingRoute
interface IJsonSerializable
Public Class NetworkingRoute
Implements INetworkingRoute
- Inheritance
-
NetworkingRoute
- Attributes
- Implements
Constructors
NetworkingRoute() |
Creates an new NetworkingRoute instance. |
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. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of NetworkingRoute. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of NetworkingRoute. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.INetworkingRoute. |
FromJsonString(String) |
Creates a new instance of NetworkingRoute, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of NetworkingRoute into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |