CreateAndAssociateIpFiltersClient Interface
public interface CreateAndAssociateIpFiltersClient
An instance of this class provides access to all the operations defined in CreateAndAssociateIpFiltersClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Sync |
beginCreate(String resourceGroupName, String monitorName)
Create and Associate IP traffic filter for the given deployment. |
|
abstract
Sync |
beginCreate(String resourceGroupName, String monitorName, String ips, String name, Context context)
Create and Associate IP traffic filter for the given deployment. |
| abstract void |
create(String resourceGroupName, String monitorName)
Create and Associate IP traffic filter for the given deployment. |
| abstract void |
create(String resourceGroupName, String monitorName, String ips, String name, Context context)
Create and Associate IP traffic filter for the given deployment. |
Method Details
beginCreate
public abstract SyncPoller<PollResult<Void>,Void> beginCreate(String resourceGroupName, String monitorName)
Create and Associate IP traffic filter for the given deployment.
Parameters:
Returns:
beginCreate
public abstract SyncPoller<PollResult<Void>,Void> beginCreate(String resourceGroupName, String monitorName, String ips, String name, Context context)
Create and Associate IP traffic filter for the given deployment.
Parameters:
Returns:
create
public abstract void create(String resourceGroupName, String monitorName)
Create and Associate IP traffic filter for the given deployment.
Parameters:
create
public abstract void create(String resourceGroupName, String monitorName, String ips, String name, Context context)
Create and Associate IP traffic filter for the given deployment.
Parameters: