FirewallRule Interface
public interface FirewallRule
An immutable client-side representation of FirewallRule.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
endIpAddress()
Gets the end |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Firewall |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The resource name. |
|
abstract
Firewall |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Firewall |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
| abstract String |
startIpAddress()
Gets the start |
| abstract String |
type()
Gets the type property: The resource type. |
| abstract Update |
update()
Begins update for the Firewall |
Method Details
endIpAddress
public abstract String endIpAddress()
Gets the endIpAddress property: The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract FirewallRuleInner innerModel()
Gets the inner com.azure.resourcemanager.datalakeanalytics.fluent.models.FirewallRuleInner object.
Returns:
name
public abstract String name()
Gets the name property: The resource name.
Returns:
refresh
public abstract FirewallRule refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract FirewallRule refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
startIpAddress
public abstract String startIpAddress()
Gets the startIpAddress property: The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.
Returns:
type
public abstract String type()
Gets the type property: The resource type.
Returns:
update
public abstract FirewallRule.Update update()
Begins update for the FirewallRule resource.
Returns: