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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET