CreateAndAssociateIPFilter interface
Interface representing a CreateAndAssociateIPFilter.
Methods
| begin |
Create and associate an IP filter with your Elastic monitor resource to control and manage network traffic. |
| begin |
Create and associate an IP filter with your Elastic monitor resource to control and manage network traffic. |
Method Details
beginCreate(string, string, CreateAndAssociateIPFilterCreateOptionalParams)
Create and associate an IP filter with your Elastic monitor resource to control and manage network traffic.
function beginCreate(resourceGroupName: string, monitorName: string, options?: CreateAndAssociateIPFilterCreateOptionalParams): 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, CreateAndAssociateIPFilterCreateOptionalParams)
Create and associate an IP filter with your Elastic monitor resource to control and manage network traffic.
function beginCreateAndWait(resourceGroupName: string, monitorName: string, options?: CreateAndAssociateIPFilterCreateOptionalParams): 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>