IpGroup Constructors

Definition

Overloads

IpGroup()

Initializes a new instance of the IpGroup class.

IpGroup(String, String, String, String, IDictionary<String,String>, String, IList<String>, IList<SubResource>, IList<SubResource>, String)

Initializes a new instance of the IpGroup class.

IpGroup()

Initializes a new instance of the IpGroup class.

public IpGroup ();
Public Sub New ()

Applies to

IpGroup(String, String, String, String, IDictionary<String,String>, String, IList<String>, IList<SubResource>, IList<SubResource>, String)

Initializes a new instance of the IpGroup class.

public IpGroup (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, string provisioningState = default, System.Collections.Generic.IList<string> ipAddresses = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> firewalls = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> firewallPolicies = default, string etag = default);
new Microsoft.Azure.Management.Network.Models.IpGroup : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> * string -> Microsoft.Azure.Management.Network.Models.IpGroup
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional provisioningState As String = Nothing, Optional ipAddresses As IList(Of String) = Nothing, Optional firewalls As IList(Of SubResource) = Nothing, Optional firewallPolicies As IList(Of SubResource) = Nothing, Optional etag As String = Nothing)

Parameters

id
String

Resource ID.

name
String

Resource name.

type
String

Resource type.

location
String

Resource location.

tags
IDictionary<String,String>

Resource tags.

provisioningState
String

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

ipAddresses
IList<String>

IpAddresses/IpAddressPrefixes in the IpGroups resource.

firewalls
IList<SubResource>

List of references to Firewall resources that this IpGroups is associated with.

firewallPolicies
IList<SubResource>

List of references to Firewall Policies resources that this IpGroups is associated with.

etag
String

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

Applies to