MhsmPrivateEndpointConnectionsClient Interface
public interface MhsmPrivateEndpointConnectionsClient
An instance of this class provides access to all the operations defined in MhsmPrivateEndpointConnectionsClient.
Method Summary
Method Details
beginDelete
public abstract SyncPoller<PollResult<MhsmPrivateEndpointConnectionInner>,MhsmPrivateEndpointConnectionInner> beginDelete(String resourceGroupName, String name, String privateEndpointConnectionName)
Deletes the specified private endpoint connection associated with the managed hsm pool.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<MhsmPrivateEndpointConnectionInner>,MhsmPrivateEndpointConnectionInner> beginDelete(String resourceGroupName, String name, String privateEndpointConnectionName, Context context)
Deletes the specified private endpoint connection associated with the managed hsm pool.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux<PollResult<MhsmPrivateEndpointConnectionInner>,MhsmPrivateEndpointConnectionInner> beginDeleteAsync(String resourceGroupName, String name, String privateEndpointConnectionName)
Deletes the specified private endpoint connection associated with the managed hsm pool.
Parameters:
Returns:
delete
public abstract MhsmPrivateEndpointConnectionInner delete(String resourceGroupName, String name, String privateEndpointConnectionName)
Deletes the specified private endpoint connection associated with the managed hsm pool.
Parameters:
Returns:
delete
public abstract MhsmPrivateEndpointConnectionInner delete(String resourceGroupName, String name, String privateEndpointConnectionName, Context context)
Deletes the specified private endpoint connection associated with the managed hsm pool.
Parameters:
Returns:
deleteAsync
public abstract Mono<MhsmPrivateEndpointConnectionInner> deleteAsync(String resourceGroupName, String name, String privateEndpointConnectionName)
Deletes the specified private endpoint connection associated with the managed hsm pool.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String name, String privateEndpointConnectionName)
Deletes the specified private endpoint connection associated with the managed hsm pool.
Parameters:
Returns:
get
public abstract MhsmPrivateEndpointConnectionInner get(String resourceGroupName, String name, String privateEndpointConnectionName)
Gets the specified private endpoint connection associated with the managed HSM Pool.
Parameters:
Returns:
getAsync
public abstract Mono<MhsmPrivateEndpointConnectionInner> getAsync(String resourceGroupName, String name, String privateEndpointConnectionName)
Gets the specified private endpoint connection associated with the managed HSM Pool.
Parameters:
Returns:
getWithResponse
public abstract Response<MhsmPrivateEndpointConnectionInner> getWithResponse(String resourceGroupName, String name, String privateEndpointConnectionName, Context context)
Gets the specified private endpoint connection associated with the managed HSM Pool.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<MhsmPrivateEndpointConnectionInner>> getWithResponseAsync(String resourceGroupName, String name, String privateEndpointConnectionName)
Gets the specified private endpoint connection associated with the managed HSM Pool.
Parameters:
Returns:
listByResource
public abstract PagedIterable<MhsmPrivateEndpointConnectionInner> listByResource(String resourceGroupName, String name)
The List operation gets information about the private endpoint connections associated with the managed HSM Pool.
Parameters:
Returns:
listByResource
public abstract PagedIterable<MhsmPrivateEndpointConnectionInner> listByResource(String resourceGroupName, String name, Context context)
The List operation gets information about the private endpoint connections associated with the managed HSM Pool.
Parameters:
Returns:
listByResourceAsync
public abstract PagedFlux<MhsmPrivateEndpointConnectionInner> listByResourceAsync(String resourceGroupName, String name)
The List operation gets information about the private endpoint connections associated with the managed HSM Pool.
Parameters:
Returns:
put
public abstract MhsmPrivateEndpointConnectionInner put(String resourceGroupName, String name, String privateEndpointConnectionName, MhsmPrivateEndpointConnectionInner properties)
Updates the specified private endpoint connection associated with the managed hsm pool.
Parameters:
Returns:
putAsync
public abstract Mono<MhsmPrivateEndpointConnectionInner> putAsync(String resourceGroupName, String name, String privateEndpointConnectionName, MhsmPrivateEndpointConnectionInner properties)
Updates the specified private endpoint connection associated with the managed hsm pool.
Parameters:
Returns:
putWithResponse
public abstract MhsmPrivateEndpointConnectionsPutResponse putWithResponse(String resourceGroupName, String name, String privateEndpointConnectionName, MhsmPrivateEndpointConnectionInner properties, Context context)
Updates the specified private endpoint connection associated with the managed hsm pool.
Parameters:
Returns:
putWithResponseAsync
public abstract Mono<MhsmPrivateEndpointConnectionsPutResponse> putWithResponseAsync(String resourceGroupName, String name, String privateEndpointConnectionName, MhsmPrivateEndpointConnectionInner properties)
Updates the specified private endpoint connection associated with the managed hsm pool.
Parameters:
Returns: