MhsmPrivateLinkResourcesClient Interface
public interface MhsmPrivateLinkResourcesClient
An instance of this class provides access to all the operations defined in MhsmPrivateLinkResourcesClient.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Mhsm |
listByMhsmResource(String resourceGroupName, String name)
Gets the private link resources supported for the managed hsm pool. |
abstract
Mono<Mhsm |
listByMhsmResourceAsync(String resourceGroupName, String name)
Gets the private link resources supported for the managed hsm pool. |
abstract
Response<Mhsm |
listByMhsmResourceWithResponse(String resourceGroupName, String name, Context context)
Gets the private link resources supported for the managed hsm pool. |
abstract
Mono<Response<Mhsm |
listByMhsmResourceWithResponseAsync(String resourceGroupName, String name)
Gets the private link resources supported for the managed hsm pool. |
Method Details
listByMhsmResource
public abstract MhsmPrivateLinkResourceListResultInner listByMhsmResource(String resourceGroupName, String name)
Gets the private link resources supported for the managed hsm pool.
Parameters:
Returns:
listByMhsmResourceAsync
public abstract Mono
Gets the private link resources supported for the managed hsm pool.
Parameters:
Returns:
listByMhsmResourceWithResponse
public abstract Response
Gets the private link resources supported for the managed hsm pool.
Parameters:
Returns:
listByMhsmResourceWithResponseAsync
public abstract Mono
Gets the private link resources supported for the managed hsm pool.
Parameters:
Returns:
Applies to
Azure SDK for Java