Interface IFirewallRule
-
- All Superinterfaces:
com.microsoft.azure.toolkit.lib.common.model.AzResourceBase
public interface IFirewallRule extends com.microsoft.azure.toolkit.lib.common.model.AzResourceBase
-
-
Field Summary
Fields Modifier and Type Field Description static StringAZURE_SERVICES_ACCESS_FIREWALL_RULE_NAMEstatic StringIP_ALLOW_ACCESS_TO_AZURE_SERVICESstatic intMAX_FIREWALL_NAME_LENGTH
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEndIpAddress()static StringgetLocalMachineAccessRuleName()StringgetStartIpAddress()
-
-
-
Field Detail
-
MAX_FIREWALL_NAME_LENGTH
static final int MAX_FIREWALL_NAME_LENGTH
- See Also:
- Constant Field Values
-
AZURE_SERVICES_ACCESS_FIREWALL_RULE_NAME
static final String AZURE_SERVICES_ACCESS_FIREWALL_RULE_NAME
- See Also:
- Constant Field Values
-
IP_ALLOW_ACCESS_TO_AZURE_SERVICES
static final String IP_ALLOW_ACCESS_TO_AZURE_SERVICES
- See Also:
- Constant Field Values
-
-