Interface PrivateLinkResourcesClient
public interface PrivateLinkResourcesClient
An instance of this class provides access to all the operations defined in PrivateLinkResourcesClient.
-
Method Summary
Modifier and TypeMethodDescriptionGets lists of resources that supports Privatelinks.Gets lists of resources that supports Privatelinks.com.azure.core.http.rest.Response<PrivateLinkResourcesListResultInner> getWithResponse(String resourceGroupName, String namespaceName, com.azure.core.util.Context context) Gets lists of resources that supports Privatelinks.Mono<com.azure.core.http.rest.Response<PrivateLinkResourcesListResultInner>> getWithResponseAsync(String resourceGroupName, String namespaceName) Gets lists of resources that supports Privatelinks.
-
Method Details
-
getWithResponseAsync
Mono<com.azure.core.http.rest.Response<PrivateLinkResourcesListResultInner>> getWithResponseAsync(String resourceGroupName, String namespaceName) Gets lists of resources that supports Privatelinks.- Parameters:
resourceGroupName- Name of the Resource group within the Azure subscription.namespaceName- The namespace name.- Returns:
- lists of resources that supports Privatelinks along with
Responseon successful completion ofMono. - 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.
-
getAsync
Gets lists of resources that supports Privatelinks.- Parameters:
resourceGroupName- Name of the Resource group within the Azure subscription.namespaceName- The namespace name.- Returns:
- lists of resources that supports Privatelinks on successful completion of
Mono. - 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<PrivateLinkResourcesListResultInner> getWithResponse(String resourceGroupName, String namespaceName, com.azure.core.util.Context context) Gets lists of resources that supports Privatelinks.- Parameters:
resourceGroupName- Name of the Resource group within the Azure subscription.namespaceName- The namespace name.context- The context to associate with this operation.- Returns:
- lists of resources that supports Privatelinks 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
Gets lists of resources that supports Privatelinks.- Parameters:
resourceGroupName- Name of the Resource group within the Azure subscription.namespaceName- The namespace name.- Returns:
- lists of resources that supports Privatelinks.
- 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.
-