FirewallPolicyDeploymentsClient Interface
public interface FirewallPolicyDeploymentsClient
An instance of this class provides access to all the operations defined in FirewallPolicyDeploymentsClient.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Sync |
beginDeploy(String resourceGroupName, String firewallPolicyName)
Deploys the firewall policy draft and child rule collection group drafts. |
abstract
Sync |
beginDeploy(String resourceGroupName, String firewallPolicyName, Context context)
Deploys the firewall policy draft and child rule collection group drafts. |
abstract
Poller |
beginDeployAsync(String resourceGroupName, String firewallPolicyName)
Deploys the firewall policy draft and child rule collection group drafts. |
abstract void |
deploy(String resourceGroupName, String firewallPolicyName)
Deploys the firewall policy draft and child rule collection group drafts. |
abstract void |
deploy(String resourceGroupName, String firewallPolicyName, Context context)
Deploys the firewall policy draft and child rule collection group drafts. |
abstract Mono<Void> |
deployAsync(String resourceGroupName, String firewallPolicyName)
Deploys the firewall policy draft and child rule collection group drafts. |
abstract
Mono<Response<Flux<Byte |
deployWithResponseAsync(String resourceGroupName, String firewallPolicyName)
Deploys the firewall policy draft and child rule collection group drafts. |
Method Details
beginDeploy
public abstract SyncPoller
Deploys the firewall policy draft and child rule collection group drafts.
Parameters:
Returns:
beginDeploy
public abstract SyncPoller
Deploys the firewall policy draft and child rule collection group drafts.
Parameters:
Returns:
beginDeployAsync
public abstract PollerFlux
Deploys the firewall policy draft and child rule collection group drafts.
Parameters:
Returns:
deploy
public abstract void deploy(String resourceGroupName, String firewallPolicyName)
Deploys the firewall policy draft and child rule collection group drafts.
Parameters:
deploy
public abstract void deploy(String resourceGroupName, String firewallPolicyName, Context context)
Deploys the firewall policy draft and child rule collection group drafts.
Parameters:
deployAsync
public abstract Mono
Deploys the firewall policy draft and child rule collection group drafts.
Parameters:
Returns:
deployWithResponseAsync
public abstract Mono
Deploys the firewall policy draft and child rule collection group drafts.
Parameters:
Returns:
Applies to
Azure SDK for Java