CreateAndAssociatePLFilter interface
Interface representing a CreateAndAssociatePLFilter.
Methods
| begin |
Create and associate a PL filter with your Elastic monitor resource to control and manage network traffic. |
| begin |
Create and associate a PL filter with your Elastic monitor resource to control and manage network traffic. |
Method Details
beginCreate(string, string, CreateAndAssociatePLFilterCreateOptionalParams)
Create and associate a PL filter with your Elastic monitor resource to control and manage network traffic.
function beginCreate(resourceGroupName: string, monitorName: string, options?: CreateAndAssociatePLFilterCreateOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- monitorName
-
string
Monitor resource name
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginCreateAndWait(string, string, CreateAndAssociatePLFilterCreateOptionalParams)
Create and associate a PL filter with your Elastic monitor resource to control and manage network traffic.
function beginCreateAndWait(resourceGroupName: string, monitorName: string, options?: CreateAndAssociatePLFilterCreateOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- monitorName
-
string
Monitor resource name
The options parameters.
Returns
Promise<void>