RoutingIntent 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 routing intent child resource of a Virtual hub.
[Microsoft.Rest.Serialization.JsonTransformation]
public class RoutingIntent : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RoutingIntent = class
inherit SubResource
Public Class RoutingIntent
Inherits SubResource
- Inheritance
- Attributes
Constructors
RoutingIntent() |
Initializes a new instance of the RoutingIntent class. |
RoutingIntent(String, IList<RoutingPolicy>, String, String, String, String) |
Initializes a new instance of the RoutingIntent class. |
Properties
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 or sets 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 RoutingIntent resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
RoutingPolicies |
Gets or sets list of routing policies. |
Type |
Gets resource type. |
Applies to
Azure SDK for .NET