Interface CreateAndAssociatePLFilters


public interface CreateAndAssociatePLFilters
Resource collection API of CreateAndAssociatePLFilters.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    create(String resourceGroupName, String monitorName)
    Create and Associate private link traffic filter for the given deployment.
    void
    create(String resourceGroupName, String monitorName, String name, String privateEndpointGuid, String privateEndpointName, com.azure.core.util.Context context)
    Create and Associate private link traffic filter for the given deployment.
  • Method Details

    • create

      void create(String resourceGroupName, String monitorName)
      Create and Associate private link traffic filter for the given deployment.
      Parameters:
      resourceGroupName - The name of the resource group to which the Elastic resource belongs.
      monitorName - Monitor resource name.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • create

      void create(String resourceGroupName, String monitorName, String name, String privateEndpointGuid, String privateEndpointName, com.azure.core.util.Context context)
      Create and Associate private link traffic filter for the given deployment.
      Parameters:
      resourceGroupName - The name of the resource group to which the Elastic resource belongs.
      monitorName - Monitor resource name.
      name - Name of the traffic filter.
      privateEndpointGuid - Guid of the private endpoint.
      privateEndpointName - Name of the private endpoint.
      context - The context to associate with this operation.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.