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 name of the resource. |
|
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 type of the resource. |
| abstract Update |
update()
Begins update for the Firewall |
Method Details
endIpAddress
public abstract String endIpAddress()
Gets the endIpAddress property: The end IP address of the server firewall rule. Must be IPv4 format.
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.postgresql.fluent.models.FirewallRuleInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
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 of the server firewall rule. Must be IPv4 format.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract FirewallRule.Update update()
Begins update for the FirewallRule resource.
Returns: