Interface PreconfiguredEndpointsClient
public interface PreconfiguredEndpointsClient
An instance of this class provides access to all the operations defined in PreconfiguredEndpointsClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<PreconfiguredEndpointInner>
Gets a list of Preconfigured Endpoints.com.azure.core.http.rest.PagedIterable<PreconfiguredEndpointInner>
Gets a list of Preconfigured Endpoints.
-
Method Details
-
list
com.azure.core.http.rest.PagedIterable<PreconfiguredEndpointInner> 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<PreconfiguredEndpointInner> 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.
-