Package | Description |
---|---|
com.microsoft.azure.management.datalake.analytics.models |
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
|
Modifier and Type | Method and Description |
---|---|
CreateFirewallRuleWithAccountParameters |
CreateFirewallRuleWithAccountParameters.withEndIpAddress(String endIpAddress)
Set the end IP address for the firewall rule.
|
CreateFirewallRuleWithAccountParameters |
CreateFirewallRuleWithAccountParameters.withName(String name)
Set the unique name of the firewall rule to create.
|
CreateFirewallRuleWithAccountParameters |
CreateFirewallRuleWithAccountParameters.withStartIpAddress(String startIpAddress)
Set the start IP address for the firewall rule.
|
Modifier and Type | Method and Description |
---|---|
List<CreateFirewallRuleWithAccountParameters> |
CreateDataLakeAnalyticsAccountParameters.firewallRules()
Get the list of firewall rules associated with this account.
|
Modifier and Type | Method and Description |
---|---|
CreateDataLakeAnalyticsAccountParameters |
CreateDataLakeAnalyticsAccountParameters.withFirewallRules(List<CreateFirewallRuleWithAccountParameters> firewallRules)
Set the list of firewall rules associated with this account.
|
Copyright © 2019. All rights reserved.