RouteMap 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.
The RouteMap child resource of a Virtual hub.
[Microsoft.Rest.Serialization.JsonTransformation]
public class RouteMap : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RouteMap = class
inherit SubResource
Public Class RouteMap
Inherits SubResource
- Inheritance
- Attributes
Constructors
RouteMap() |
Initializes a new instance of the RouteMap class. |
RouteMap(String, IList<String>, IList<String>, IList<RouteMapRule>, String, String, String, String) |
Initializes a new instance of the RouteMap class. |
Properties
AssociatedInboundConnections |
Gets or sets list of connections which have this RoutMap associated for inbound traffic. |
AssociatedOutboundConnections |
Gets or sets list of connections which have this RoutMap associated for outbound traffic. |
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
Id |
Gets or sets resource ID. (Inherited from SubResource) |
Name |
Gets the name of the resource that is unique within a resource group. This name can be used to access the resource. |
ProvisioningState |
Gets the provisioning state of the RouteMap resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
Rules |
Gets or sets list of RouteMap rules to be applied. |
Type |
Gets resource type. |
Applies to
Azure SDK for .NET