ResolvePrivateLinkServiceIdsClient Interface

public interface ResolvePrivateLinkServiceIdsClient

An instance of this class provides access to all the operations defined in ResolvePrivateLinkServiceIdsClient.

Method Summary

Modifier and Type Method and Description
abstract PrivateLinkResourceInner post(String resourceGroupName, String resourceName, PrivateLinkResourceInner parameters)

Gets the private link service ID for the specified managed cluster.

abstract Mono<PrivateLinkResourceInner> postAsync(String resourceGroupName, String resourceName, PrivateLinkResourceInner parameters)

Gets the private link service ID for the specified managed cluster.

abstract Response<PrivateLinkResourceInner> postWithResponse(String resourceGroupName, String resourceName, PrivateLinkResourceInner parameters, Context context)

Gets the private link service ID for the specified managed cluster.

abstract Mono<Response<PrivateLinkResourceInner>> postWithResponseAsync(String resourceGroupName, String resourceName, PrivateLinkResourceInner parameters)

Gets the private link service ID for the specified managed cluster.

Method Details

post

public abstract 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. The name is case insensitive.
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.

postAsync

public abstract Mono 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. The name is case insensitive.
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.

postWithResponse

public abstract Response postWithResponse(String resourceGroupName, String resourceName, PrivateLinkResourceInner parameters, Context context)

Gets the private link service ID for the specified managed cluster.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
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<T>.

postWithResponseAsync

public abstract Mono> 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. The name is case insensitive.
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 Response<T> on successful completion of Mono.

Applies to