IpGroup 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 IpGroups resource information.
[Microsoft.Rest.Serialization.JsonTransformation]
public class IpGroup : Microsoft.Azure.Management.Network.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type IpGroup = class
inherit Resource
Public Class IpGroup
Inherits Resource
- Inheritance
- Attributes
Constructors
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. |
Properties
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
FirewallPolicies |
Gets list of references to Firewall Policies resources that this IpGroups is associated with. |
Firewalls |
Gets list of references to Firewall resources that this IpGroups is associated with. |
Id |
Gets or sets resource ID. (Inherited from Resource) |
IpAddresses |
Gets or sets ipAddresses/IpAddressPrefixes in the IpGroups resource. |
Location |
Gets or sets resource location. (Inherited from Resource) |
Name |
Gets resource name. (Inherited from Resource) |
ProvisioningState |
Gets the provisioning state of the IpGroups resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
Tags |
Gets or sets resource tags. (Inherited from Resource) |
Type |
Gets resource type. (Inherited from Resource) |
Applies to
Azure SDK for .NET