RoutingIntent Constructors
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.
Overloads
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. |
RoutingIntent()
Initializes a new instance of the RoutingIntent class.
public RoutingIntent ();
Public Sub New ()
Applies to
RoutingIntent(String, IList<RoutingPolicy>, String, String, String, String)
Initializes a new instance of the RoutingIntent class.
public RoutingIntent (string id = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.RoutingPolicy> routingPolicies = default, string provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Models.RoutingIntent : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.RoutingPolicy> * string * string * string * string -> Microsoft.Azure.Management.Network.Models.RoutingIntent
Public Sub New (Optional id As String = Nothing, Optional routingPolicies As IList(Of RoutingPolicy) = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)
Parameters
- id
- String
Resource ID.
- routingPolicies
- IList<RoutingPolicy>
List of routing policies.
- provisioningState
- String
The provisioning state of the RoutingIntent resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- name
- String
The name of the resource that is unique within a resource group. This name can be used to access the resource.
- etag
- String
A unique read-only string that changes whenever the resource is updated.
- type
- String
Resource type.
Applies to
Azure SDK for .NET