DataProductNetworkAcls Constructor
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.
Initializes a new instance of DataProductNetworkAcls.
public DataProductNetworkAcls (System.Collections.Generic.IEnumerable<Azure.ResourceManager.NetworkAnalytics.Models.NetworkAnalyticsVirtualNetworkRule> virtualNetworkRule, System.Collections.Generic.IEnumerable<Azure.ResourceManager.NetworkAnalytics.Models.NetworkAnalyticsIPRules> ipRules, System.Collections.Generic.IEnumerable<string> allowedQueryIPRangeList, Azure.ResourceManager.NetworkAnalytics.Models.NetworkAclDefaultAction defaultAction);
new Azure.ResourceManager.NetworkAnalytics.Models.DataProductNetworkAcls : seq<Azure.ResourceManager.NetworkAnalytics.Models.NetworkAnalyticsVirtualNetworkRule> * seq<Azure.ResourceManager.NetworkAnalytics.Models.NetworkAnalyticsIPRules> * seq<string> * Azure.ResourceManager.NetworkAnalytics.Models.NetworkAclDefaultAction -> Azure.ResourceManager.NetworkAnalytics.Models.DataProductNetworkAcls
Public Sub New (virtualNetworkRule As IEnumerable(Of NetworkAnalyticsVirtualNetworkRule), ipRules As IEnumerable(Of NetworkAnalyticsIPRules), allowedQueryIPRangeList As IEnumerable(Of String), defaultAction As NetworkAclDefaultAction)
Parameters
- virtualNetworkRule
- IEnumerable<NetworkAnalyticsVirtualNetworkRule>
Virtual Network Rule.
- ipRules
- IEnumerable<NetworkAnalyticsIPRules>
IP rule with specific IP or IP range in CIDR format.
- allowedQueryIPRangeList
- IEnumerable<String>
The list of query ips in the format of CIDR allowed to connect to query/visualization endpoint.
- defaultAction
- NetworkAclDefaultAction
Default Action.
Exceptions
virtualNetworkRule
, ipRules
or allowedQueryIPRangeList
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET