Interface FrontendsInterfacesClient


public interface FrontendsInterfacesClient
An instance of this class provides access to all the operations defined in FrontendsInterfacesClient.
  • Method Details

    • listByTrafficController

      com.azure.core.http.rest.PagedIterable<FrontendInner> 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<FrontendInner> 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<FrontendInner> 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

      FrontendInner 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.
    • beginCreateOrUpdate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FrontendInner>,FrontendInner> beginCreateOrUpdate(String resourceGroupName, String trafficControllerName, String frontendName, FrontendInner resource)
      Create 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.
      resource - Resource create parameters.
      Returns:
      the SyncPoller for polling of frontend Subresource of Traffic Controller.
      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.
    • beginCreateOrUpdate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FrontendInner>,FrontendInner> beginCreateOrUpdate(String resourceGroupName, String trafficControllerName, String frontendName, FrontendInner resource, com.azure.core.util.Context context)
      Create 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.
      resource - Resource create parameters.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of frontend Subresource of Traffic Controller.
      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

      FrontendInner createOrUpdate(String resourceGroupName, String trafficControllerName, String frontendName, FrontendInner resource)
      Create 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.
      resource - Resource create parameters.
      Returns:
      frontend Subresource of Traffic Controller.
      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

      FrontendInner createOrUpdate(String resourceGroupName, String trafficControllerName, String frontendName, FrontendInner resource, com.azure.core.util.Context context)
      Create 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.
      resource - Resource create parameters.
      context - The context to associate with this operation.
      Returns:
      frontend Subresource of Traffic Controller.
      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.
    • updateWithResponse

      com.azure.core.http.rest.Response<FrontendInner> updateWithResponse(String resourceGroupName, String trafficControllerName, String frontendName, FrontendUpdate properties, com.azure.core.util.Context context)
      Update 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.
      properties - The resource properties to be updated.
      context - The context to associate with this operation.
      Returns:
      frontend Subresource of Traffic Controller 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.
    • update

      FrontendInner update(String resourceGroupName, String trafficControllerName, String frontendName, FrontendUpdate properties)
      Update 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.
      properties - The resource properties to be updated.
      Returns:
      frontend Subresource of Traffic Controller.
      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.
    • beginDelete

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(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.
      Returns:
      the SyncPoller for polling of long-running 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.
    • beginDelete

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(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.
      Returns:
      the SyncPoller for polling of long-running 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.
    • 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.