AdminRuleCollection 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
AdminRuleCollection() |
Initializes a new instance of the AdminRuleCollection class. |
AdminRuleCollection(IList<NetworkManagerSecurityGroupItem>, String, String, String, String, String, String, SystemData) |
Initializes a new instance of the AdminRuleCollection class. |
AdminRuleCollection()
Initializes a new instance of the AdminRuleCollection class.
public AdminRuleCollection ();
Public Sub New ()
Applies to
AdminRuleCollection(IList<NetworkManagerSecurityGroupItem>, String, String, String, String, String, String, SystemData)
Initializes a new instance of the AdminRuleCollection class.
public AdminRuleCollection (System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkManagerSecurityGroupItem> appliesToGroups, string id = default, string name = default, string type = default, string etag = default, string description = default, string provisioningState = default, Microsoft.Azure.Management.Network.Models.SystemData systemData = default);
new Microsoft.Azure.Management.Network.Models.AdminRuleCollection : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkManagerSecurityGroupItem> * string * string * string * string * string * string * Microsoft.Azure.Management.Network.Models.SystemData -> Microsoft.Azure.Management.Network.Models.AdminRuleCollection
Public Sub New (appliesToGroups As IList(Of NetworkManagerSecurityGroupItem), Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing, Optional description As String = Nothing, Optional provisioningState As String = Nothing, Optional systemData As SystemData = Nothing)
Parameters
- appliesToGroups
- IList<NetworkManagerSecurityGroupItem>
Groups for configuration
- 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.
- description
- String
A description of the admin rule collection.
- provisioningState
- String
The provisioning state of the resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- systemData
- SystemData
The system metadata related to this resource.
Applies to
Azure SDK for .NET