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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET