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
Gets the private link service ID for the specified managed cluster.
Parameters:
Returns:
postWithResponse
public abstract Response
Gets the private link service ID for the specified managed cluster.
Parameters:
Returns:
postWithResponseAsync
public abstract Mono
Gets the private link service ID for the specified managed cluster.
Parameters:
Returns:
Applies to
Azure SDK for Java