OutboundFirewallRulesClient Interface
public interface OutboundFirewallRulesClient
An instance of this class provides access to all the operations defined in OutboundFirewallRulesClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller
Create a outbound firewall rule with a given name.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Create a outbound firewall rule with a given name.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Create a outbound firewall rule with a given name.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes a outbound firewall rule with a given name.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes a outbound firewall rule with a given name.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Deletes a outbound firewall rule with a given name.
Parameters:
Returns:
createOrUpdate
public abstract OutboundFirewallRuleInner createOrUpdate(String resourceGroupName, String serverName, String outboundRuleFqdn)
Create a outbound firewall rule with a given name.
Parameters:
Returns:
createOrUpdate
public abstract OutboundFirewallRuleInner createOrUpdate(String resourceGroupName, String serverName, String outboundRuleFqdn, Context context)
Create a outbound firewall rule with a given name.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Create a outbound firewall rule with a given name.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Create a outbound firewall rule with a given name.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String serverName, String outboundRuleFqdn)
Deletes a outbound firewall rule with a given name.
Parameters:
delete
public abstract void delete(String resourceGroupName, String serverName, String outboundRuleFqdn, Context context)
Deletes a outbound firewall rule with a given name.
Parameters:
deleteAsync
public abstract Mono
Deletes a outbound firewall rule with a given name.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes a outbound firewall rule with a given name.
Parameters:
Returns:
get
public abstract OutboundFirewallRuleInner get(String resourceGroupName, String serverName, String outboundRuleFqdn)
Gets an outbound firewall rule.
Parameters:
Returns:
getAsync
public abstract Mono
Gets an outbound firewall rule.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets an outbound firewall rule.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets an outbound firewall rule.
Parameters:
Returns:
listByServer
public abstract PagedIterable
Gets all outbound firewall rules on a server.
Parameters:
Returns:
listByServer
public abstract PagedIterable
Gets all outbound firewall rules on a server.
Parameters:
Returns:
listByServerAsync
public abstract PagedFlux
Gets all outbound firewall rules on a server.
Parameters:
Returns:
Applies to
Azure SDK for Java