Interface SecurityConnectorApplicationOperations


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

    Modifier and Type
    Method
    Description
    createOrUpdate(String resourceGroupName, String securityConnectorName, String applicationId, ApplicationInner application)
    Creates or update a security Application on the given security connector.
    com.azure.core.http.rest.Response<Application>
    createOrUpdateWithResponse(String resourceGroupName, String securityConnectorName, String applicationId, ApplicationInner application, com.azure.core.util.Context context)
    Creates or update a security Application on the given security connector.
    void
    delete(String resourceGroupName, String securityConnectorName, String applicationId)
    Delete an Application over a given scope.
    com.azure.core.http.rest.Response<Void>
    deleteWithResponse(String resourceGroupName, String securityConnectorName, String applicationId, com.azure.core.util.Context context)
    Delete an Application over a given scope.
    get(String resourceGroupName, String securityConnectorName, String applicationId)
    Get a specific application for the requested scope by applicationId.
    com.azure.core.http.rest.Response<Application>
    getWithResponse(String resourceGroupName, String securityConnectorName, String applicationId, com.azure.core.util.Context context)
    Get a specific application for the requested scope by applicationId.
  • Method Details

    • get

      Application get(String resourceGroupName, String securityConnectorName, String applicationId)
      Get a specific application for the requested scope by applicationId.
      Parameters:
      resourceGroupName - The name of the resource group within the user's subscription. The name is case insensitive.
      securityConnectorName - The security connector name.
      applicationId - The security Application key - unique key for the standard application.
      Returns:
      a specific application for the requested scope by applicationId.
      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.
    • getWithResponse

      com.azure.core.http.rest.Response<Application> getWithResponse(String resourceGroupName, String securityConnectorName, String applicationId, com.azure.core.util.Context context)
      Get a specific application for the requested scope by applicationId.
      Parameters:
      resourceGroupName - The name of the resource group within the user's subscription. The name is case insensitive.
      securityConnectorName - The security connector name.
      applicationId - The security Application key - unique key for the standard application.
      context - The context to associate with this operation.
      Returns:
      a specific application for the requested scope by applicationId along with Response.
      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.
    • createOrUpdate

      Application createOrUpdate(String resourceGroupName, String securityConnectorName, String applicationId, ApplicationInner application)
      Creates or update a security Application on the given security connector.
      Parameters:
      resourceGroupName - The name of the resource group within the user's subscription. The name is case insensitive.
      securityConnectorName - The security connector name.
      applicationId - The security Application key - unique key for the standard application.
      application - Application over a subscription scope.
      Returns:
      security Application over a given scope.
      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.
    • createOrUpdateWithResponse

      com.azure.core.http.rest.Response<Application> createOrUpdateWithResponse(String resourceGroupName, String securityConnectorName, String applicationId, ApplicationInner application, com.azure.core.util.Context context)
      Creates or update a security Application on the given security connector.
      Parameters:
      resourceGroupName - The name of the resource group within the user's subscription. The name is case insensitive.
      securityConnectorName - The security connector name.
      applicationId - The security Application key - unique key for the standard application.
      application - Application over a subscription scope.
      context - The context to associate with this operation.
      Returns:
      security Application over a given scope along with Response.
      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.
    • delete

      void delete(String resourceGroupName, String securityConnectorName, String applicationId)
      Delete an Application over a given scope.
      Parameters:
      resourceGroupName - The name of the resource group within the user's subscription. The name is case insensitive.
      securityConnectorName - The security connector name.
      applicationId - The security Application key - unique key for the standard application.
      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.
    • deleteWithResponse

      com.azure.core.http.rest.Response<Void> deleteWithResponse(String resourceGroupName, String securityConnectorName, String applicationId, com.azure.core.util.Context context)
      Delete an Application over a given scope.
      Parameters:
      resourceGroupName - The name of the resource group within the user's subscription. The name is case insensitive.
      securityConnectorName - The security connector name.
      applicationId - The security Application key - unique key for the standard application.
      context - The context to associate with this operation.
      Returns:
      the Response.
      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.