IPGroupData Class

Definition

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

IJsonModel<IPGroupData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<IPGroupData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<NetworkTrackedResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from NetworkTrackedResourceData)
IJsonModel<NetworkTrackedResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<IPGroupData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IPGroupData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<IPGroupData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<NetworkTrackedResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<NetworkTrackedResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<NetworkTrackedResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from NetworkTrackedResourceData)

Applies to