Interface FrontendsInterfaces


public interface FrontendsInterfaces
Resource collection API of FrontendsInterfaces.
  • Method Details

    • listByTrafficController

      com.azure.core.http.rest.PagedIterable<Frontend> listByTrafficController(String resourceGroupName, String trafficControllerName)
      List Frontend resources by TrafficController.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      trafficControllerName - traffic controller name for path.
      Returns:
      the response of a Traffic Controller Frontend list operation as paginated response with PagedIterable.
      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.
    • listByTrafficController

      com.azure.core.http.rest.PagedIterable<Frontend> listByTrafficController(String resourceGroupName, String trafficControllerName, com.azure.core.util.Context context)
      List Frontend resources by TrafficController.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      trafficControllerName - traffic controller name for path.
      context - The context to associate with this operation.
      Returns:
      the response of a Traffic Controller Frontend list operation as paginated response with PagedIterable.
      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<Frontend> getWithResponse(String resourceGroupName, String trafficControllerName, String frontendName, com.azure.core.util.Context context)
      Get a Traffic Controller Frontend.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      trafficControllerName - traffic controller name for path.
      frontendName - Frontends.
      context - The context to associate with this operation.
      Returns:
      a Traffic Controller Frontend 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.
    • get

      Frontend get(String resourceGroupName, String trafficControllerName, String frontendName)
      Get a Traffic Controller Frontend.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      trafficControllerName - traffic controller name for path.
      frontendName - Frontends.
      Returns:
      a Traffic Controller Frontend.
      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 trafficControllerName, String frontendName)
      Delete a Traffic Controller Frontend.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      trafficControllerName - traffic controller name for path.
      frontendName - Frontends.
      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 trafficControllerName, String frontendName, com.azure.core.util.Context context)
      Delete a Traffic Controller Frontend.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      trafficControllerName - traffic controller name for path.
      frontendName - Frontends.
      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.
    • getById

      Frontend getById(String id)
      Get a Traffic Controller Frontend.
      Parameters:
      id - the resource ID.
      Returns:
      a Traffic Controller Frontend 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.
    • getByIdWithResponse

      com.azure.core.http.rest.Response<Frontend> getByIdWithResponse(String id, com.azure.core.util.Context context)
      Get a Traffic Controller Frontend.
      Parameters:
      id - the resource ID.
      context - The context to associate with this operation.
      Returns:
      a Traffic Controller Frontend 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.
    • deleteById

      void deleteById(String id)
      Delete a Traffic Controller Frontend.
      Parameters:
      id - the resource ID.
      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.
    • deleteByIdWithResponse

      void deleteByIdWithResponse(String id, com.azure.core.util.Context context)
      Delete a Traffic Controller Frontend.
      Parameters:
      id - the resource ID.
      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.
    • define

      Begins definition for a new Frontend resource.
      Parameters:
      name - resource name.
      Returns:
      the first stage of the new Frontend definition.