Interface ResolvePrivateLinkServiceIdsClient
-
public interface ResolvePrivateLinkServiceIdsClientAn instance of this class provides access to all the operations defined in ResolvePrivateLinkServiceIdsClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrivateLinkResourceInnerpost(String resourceGroupName, String resourceName, PrivateLinkResourceInner parameters)Gets the private link service ID for the specified managed cluster.Mono<PrivateLinkResourceInner>postAsync(String resourceGroupName, String resourceName, PrivateLinkResourceInner parameters)Gets the private link service ID for the specified managed cluster.com.azure.core.http.rest.Response<PrivateLinkResourceInner>postWithResponse(String resourceGroupName, String resourceName, PrivateLinkResourceInner parameters, com.azure.core.util.Context context)Gets the private link service ID for the specified managed cluster.Mono<com.azure.core.http.rest.Response<PrivateLinkResourceInner>>postWithResponseAsync(String resourceGroupName, String resourceName, PrivateLinkResourceInner parameters)Gets the private link service ID for the specified managed cluster.
-
-
-
Method Detail
-
postWithResponseAsync
Mono<com.azure.core.http.rest.Response<PrivateLinkResourceInner>> postWithResponseAsync(String resourceGroupName, String resourceName, PrivateLinkResourceInner parameters)
Gets the private link service ID for the specified managed cluster.- Parameters:
resourceGroupName- The name of the resource group.resourceName- The name of the managed cluster resource.parameters- Parameters required in order to resolve a private link service ID.- Returns:
- the private link service ID for the specified managed cluster 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.
-
postAsync
Mono<PrivateLinkResourceInner> postAsync(String resourceGroupName, String resourceName, PrivateLinkResourceInner parameters)
Gets the private link service ID for the specified managed cluster.- Parameters:
resourceGroupName- The name of the resource group.resourceName- The name of the managed cluster resource.parameters- Parameters required in order to resolve a private link service ID.- Returns:
- the private link service ID for the specified managed cluster 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.
-
post
PrivateLinkResourceInner post(String resourceGroupName, String resourceName, PrivateLinkResourceInner parameters)
Gets the private link service ID for the specified managed cluster.- Parameters:
resourceGroupName- The name of the resource group.resourceName- The name of the managed cluster resource.parameters- Parameters required in order to resolve a private link service ID.- Returns:
- the private link service ID for the specified managed cluster.
- 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.
-
postWithResponse
com.azure.core.http.rest.Response<PrivateLinkResourceInner> postWithResponse(String resourceGroupName, String resourceName, PrivateLinkResourceInner parameters, com.azure.core.util.Context context)
Gets the private link service ID for the specified managed cluster.- Parameters:
resourceGroupName- The name of the resource group.resourceName- The name of the managed cluster resource.parameters- Parameters required in order to resolve a private link service ID.context- The context to associate with this operation.- Returns:
- the private link service ID for the specified managed cluster 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.
-
-