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
Private |
pOST(String resourceGroupName, String resourceName, PrivateLinkResourceInner parameters)
Gets the private link service ID for the specified managed cluster. |
|
abstract
Mono<Private |
pOSTAsync(String resourceGroupName, String resourceName, PrivateLinkResourceInner parameters)
Gets the private link service ID for the specified managed cluster. |
|
abstract
Response<Private |
pOSTWithResponse(String resourceGroupName, String resourceName, PrivateLinkResourceInner parameters, Context context)
Gets the private link service ID for the specified managed cluster. |
|
abstract
Mono<Response<Private |
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:
Returns:
pOSTAsync
public abstract Mono<PrivateLinkResourceInner> pOSTAsync(String resourceGroupName, String resourceName, PrivateLinkResourceInner parameters)
Gets the private link service ID for the specified managed cluster.
Parameters:
Returns:
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:
Returns:
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:
Returns: