RoutingRuleCollection 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
RoutingRuleCollection() |
Initializes a new instance of the RoutingRuleCollection class. |
RoutingRuleCollection(String, String, String, String, SystemData, String, String, String, IList<NetworkManagerRoutingGroupItem>, String) |
Initializes a new instance of the RoutingRuleCollection class. |
RoutingRuleCollection()
Initializes a new instance of the RoutingRuleCollection class.
public RoutingRuleCollection ();
Public Sub New ()
Applies to
RoutingRuleCollection(String, String, String, String, SystemData, String, String, String, IList<NetworkManagerRoutingGroupItem>, String)
Initializes a new instance of the RoutingRuleCollection class.
public RoutingRuleCollection (string id = default, string name = default, string type = default, string etag = default, Microsoft.Azure.Management.Network.Models.SystemData systemData = default, string provisioningState = default, string description = default, string resourceGuid = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkManagerRoutingGroupItem> appliesTo = default, string disableBgpRoutePropagation = default);
new Microsoft.Azure.Management.Network.Models.RoutingRuleCollection : string * string * string * string * Microsoft.Azure.Management.Network.Models.SystemData * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkManagerRoutingGroupItem> * string -> Microsoft.Azure.Management.Network.Models.RoutingRuleCollection
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing, Optional systemData As SystemData = Nothing, Optional provisioningState As String = Nothing, Optional description As String = Nothing, Optional resourceGuid As String = Nothing, Optional appliesTo As IList(Of NetworkManagerRoutingGroupItem) = Nothing, Optional disableBgpRoutePropagation As String = Nothing)
Parameters
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- etag
- String
A unique read-only string that changes whenever the resource is updated.
- systemData
- SystemData
The system metadata related to this resource.
- provisioningState
- String
The provisioning state of the resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- description
- String
A description of the routing rule collection.
- resourceGuid
- String
Unique identifier for this resource.
- appliesTo
- IList<NetworkManagerRoutingGroupItem>
Groups for configuration
- disableBgpRoutePropagation
- String
Determines whether BGP route propagation is enabled. Defaults to true. Possible values include: 'False', 'True'