IPGroupData 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.
A class representing the IPGroup data model. The IpGroups resource information.
public class IPGroupData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.IPGroupData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.IPGroupData>
public class IPGroupData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData
type IPGroupData = class
inherit NetworkTrackedResourceData
interface IJsonModel<IPGroupData>
interface IPersistableModel<IPGroupData>
type IPGroupData = class
inherit NetworkTrackedResourceData
Public Class IPGroupData
Inherits NetworkTrackedResourceData
Implements IJsonModel(Of IPGroupData), IPersistableModel(Of IPGroupData)
Public Class IPGroupData
Inherits NetworkTrackedResourceData
- Inheritance
- Implements
Constructors
IPGroupData() |
Initializes a new instance of IPGroupData. |
Properties
ETag |
A unique read-only string that changes whenever the resource is updated. |
FirewallPolicies |
List of references to Firewall Policies resources that this IpGroups is associated with. |
Firewalls |
List of references to Firewall resources that this IpGroups is associated with. |
Id |
Resource ID. (Inherited from NetworkTrackedResourceData) |
IPAddresses |
IpAddresses/IpAddressPrefixes in the IpGroups resource. |
Location |
Resource location. (Inherited from NetworkTrackedResourceData) |
Name |
Resource name. (Inherited from NetworkTrackedResourceData) |
ProvisioningState |
The provisioning state of the IpGroups resource. |
ResourceType |
Resource type. (Inherited from NetworkTrackedResourceData) |
Tags |
Resource tags. (Inherited from NetworkTrackedResourceData) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET