ArmNetworkModelFactory.ApplicationGatewayAdvancedRoutingMap Method
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.
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 static Azure.ResourceManager.Network.Models.ApplicationGatewayAdvancedRoutingMap ApplicationGatewayAdvancedRoutingMap(Azure.Core.ResourceIdentifier id = default, Azure.ResourceManager.Network.Models.ApplicationGatewayAdvancedRoutingMapPropertiesFormat properties = default, string name = default, string eTag = default, string type = default);
static member ApplicationGatewayAdvancedRoutingMap : Azure.Core.ResourceIdentifier * Azure.ResourceManager.Network.Models.ApplicationGatewayAdvancedRoutingMapPropertiesFormat * string * string * string -> Azure.ResourceManager.Network.Models.ApplicationGatewayAdvancedRoutingMap
Public Shared Function ApplicationGatewayAdvancedRoutingMap (Optional id As ResourceIdentifier = Nothing, Optional properties As ApplicationGatewayAdvancedRoutingMapPropertiesFormat = Nothing, Optional name As String = Nothing, Optional eTag As String = Nothing, Optional type As String = Nothing) As ApplicationGatewayAdvancedRoutingMap
Parameters
Resource ID.
Properties of the application gateway advanced routing map.
- name
- String
Name of the advanced routing map that is unique within an Application Gateway.
- eTag
- String
A unique read-only string that changes whenever the resource is updated.
- type
- String
Type of the resource.
Returns
A new ApplicationGatewayAdvancedRoutingMap instance for mocking.