Interface PreconfiguredEndpoints


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

    Modifier and Type
    Method
    Description
    com.azure.core.http.rest.PagedIterable<PreconfiguredEndpoint>
    list(String resourceGroupName, String profileName)
    Gets a list of Preconfigured Endpoints.
    com.azure.core.http.rest.PagedIterable<PreconfiguredEndpoint>
    list(String resourceGroupName, String profileName, com.azure.core.util.Context context)
    Gets a list of Preconfigured Endpoints.
  • Method Details

    • list

      com.azure.core.http.rest.PagedIterable<PreconfiguredEndpoint> list(String resourceGroupName, String profileName)
      Gets a list of Preconfigured Endpoints.
      Parameters:
      resourceGroupName - Name of the Resource group within the Azure subscription.
      profileName - The Profile identifier associated with the Tenant and Partner.
      Returns:
      a list of Preconfigured Endpoints 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.
    • list

      com.azure.core.http.rest.PagedIterable<PreconfiguredEndpoint> list(String resourceGroupName, String profileName, com.azure.core.util.Context context)
      Gets a list of Preconfigured Endpoints.
      Parameters:
      resourceGroupName - Name of the Resource group within the Azure subscription.
      profileName - The Profile identifier associated with the Tenant and Partner.
      context - The context to associate with this operation.
      Returns:
      a list of Preconfigured Endpoints 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.