Udostępnij za pośrednictwem


RoutingRule Class

Definition

Network routing rule.

[Microsoft.Rest.Serialization.JsonTransformation]
public class RoutingRule : Microsoft.Azure.Management.Network.Models.ChildResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RoutingRule = class
    inherit ChildResource
Public Class RoutingRule
Inherits ChildResource
Inheritance
RoutingRule
Attributes

Constructors

RoutingRule()

Initializes a new instance of the RoutingRule class.

RoutingRule(String, String, String, String, SystemData, String, String, String, RoutingRuleRouteDestination, RoutingRuleNextHop)

Initializes a new instance of the RoutingRule class.

Properties

Description

Gets or sets a description for this rule.

Destination

Gets or sets indicates the destination for this particular rule.

Etag

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

(Inherited from ChildResource)
Id

Gets resource ID.

(Inherited from ChildResource)
Name

Gets resource name.

(Inherited from ChildResource)
NextHop

Gets or sets indicates the next hop for this particular rule.

ProvisioningState

Gets the provisioning state of the resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

ResourceGuid

Gets unique identifier for this resource.

SystemData

Gets the system metadata related to this resource.

Type

Gets resource type.

(Inherited from ChildResource)

Methods

Validate()

Validate the object.

Applies to