Language

ApplicationGatewayAdvancedRoutingMap Class

Definition

Advanced routing map of an application gateway. Holds the advanced routing rules evaluated for requests handled by an AdvancedRouting request routing rule, along with the configuration applied when no rule matches.

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

Constructors

Name Description
ApplicationGatewayAdvancedRoutingMap()

Initializes a new instance of ApplicationGatewayAdvancedRoutingMap.

Properties

Name Description
ETag

A unique read-only string that changes whenever the resource is updated.

Id

Resource ID.

(Inherited from NetworkSubResource)
Name

Name of the advanced routing map that is unique within an Application Gateway.

Properties

Properties of the application gateway advanced routing map.

Type

Type of the resource.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ApplicationGatewayAdvancedRoutingMap>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<ApplicationGatewayAdvancedRoutingMap>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IJsonModel<NetworkSubResource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from NetworkSubResource)
IJsonModel<NetworkSubResource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkSubResource)
IPersistableModel<ApplicationGatewayAdvancedRoutingMap>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<ApplicationGatewayAdvancedRoutingMap>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<ApplicationGatewayAdvancedRoutingMap>.Write(ModelReaderWriterOptions)
IPersistableModel<NetworkSubResource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from NetworkSubResource)
IPersistableModel<NetworkSubResource>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from NetworkSubResource)
IPersistableModel<NetworkSubResource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from NetworkSubResource)

Applies to