你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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<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. 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<PrivateLinkResourceInner> 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<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. 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