IDataProductNetworkAcls Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.DataProductNetworkAclsTypeConverter))]
public interface IDataProductNetworkAcls : Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.DataProductNetworkAclsTypeConverter))>]
type IDataProductNetworkAcls = interface
interface IJsonSerializable
Public Interface IDataProductNetworkAcls
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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 |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |