Language

DataProductNetworkAcls Class

Definition

Data Product Network rule set

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.DataProductNetworkAclsTypeConverter))]
public class DataProductNetworkAcls : Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.IDataProductNetworkAcls
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.DataProductNetworkAclsTypeConverter))>]
type DataProductNetworkAcls = class
    interface IDataProductNetworkAcls
    interface IJsonSerializable
Public Class DataProductNetworkAcls
Implements IDataProductNetworkAcls
Inheritance
DataProductNetworkAcls
Attributes
Implements

Constructors

Name Description
DataProductNetworkAcls()

Creates an new DataProductNetworkAcls instance.

Properties

Name Description
AllowedQueryIPRangeList

The list of query ips in the format of CIDR allowed to connect to query/visualization endpoint.

DefaultAction

Default Action

IPRule

IP rule with specific IP or IP range in CIDR format.

VirtualNetworkRule

Virtual Network Rule

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DataProductNetworkAcls.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DataProductNetworkAcls.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.IDataProductNetworkAcls.

FromJsonString(String)

Creates a new instance of DataProductNetworkAcls, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DataProductNetworkAcls into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to