PrivateEndpointConnectionsClient Interface
public interface PrivateEndpointConnectionsClient
An instance of this class provides access to all the operations defined in PrivateEndpointConnectionsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> beginCreateOrUpdate(String resourceGroupName, String registryName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection)
Update the state of specified private endpoint connection associated with the container registry.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> beginCreateOrUpdate(String resourceGroupName, String registryName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection, Context context)
Update the state of specified private endpoint connection associated with the container registry.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux<PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> beginCreateOrUpdateAsync(String resourceGroupName, String registryName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection)
Update the state of specified private endpoint connection associated with the container registry.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String registryName, String privateEndpointConnectionName)
Deletes the specified private endpoint connection associated with the container registry.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String registryName, String privateEndpointConnectionName, Context context)
Deletes the specified private endpoint connection associated with the container registry.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String registryName, String privateEndpointConnectionName)
Deletes the specified private endpoint connection associated with the container registry.
Parameters:
Returns:
createOrUpdate
public abstract PrivateEndpointConnectionInner createOrUpdate(String resourceGroupName, String registryName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection)
Update the state of specified private endpoint connection associated with the container registry.
Parameters:
Returns:
createOrUpdate
public abstract PrivateEndpointConnectionInner createOrUpdate(String resourceGroupName, String registryName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection, Context context)
Update the state of specified private endpoint connection associated with the container registry.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono<PrivateEndpointConnectionInner> createOrUpdateAsync(String resourceGroupName, String registryName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection)
Update the state of specified private endpoint connection associated with the container registry.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String registryName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection)
Update the state of specified private endpoint connection associated with the container registry.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String registryName, String privateEndpointConnectionName)
Deletes the specified private endpoint connection associated with the container registry.
Parameters:
delete
public abstract void delete(String resourceGroupName, String registryName, String privateEndpointConnectionName, Context context)
Deletes the specified private endpoint connection associated with the container registry.
Parameters:
deleteAsync
public abstract Mono<Void> deleteAsync(String resourceGroupName, String registryName, String privateEndpointConnectionName)
Deletes the specified private endpoint connection associated with the container registry.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String registryName, String privateEndpointConnectionName)
Deletes the specified private endpoint connection associated with the container registry.
Parameters:
Returns:
get
public abstract PrivateEndpointConnectionInner get(String resourceGroupName, String registryName, String privateEndpointConnectionName)
Get the specified private endpoint connection associated with the container registry.
Parameters:
Returns:
getAsync
public abstract Mono<PrivateEndpointConnectionInner> getAsync(String resourceGroupName, String registryName, String privateEndpointConnectionName)
Get the specified private endpoint connection associated with the container registry.
Parameters:
Returns:
getWithResponse
public abstract Response<PrivateEndpointConnectionInner> getWithResponse(String resourceGroupName, String registryName, String privateEndpointConnectionName, Context context)
Get the specified private endpoint connection associated with the container registry.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<PrivateEndpointConnectionInner>> getWithResponseAsync(String resourceGroupName, String registryName, String privateEndpointConnectionName)
Get the specified private endpoint connection associated with the container registry.
Parameters:
Returns:
list
public abstract PagedIterable<PrivateEndpointConnectionInner> list(String resourceGroupName, String registryName)
List all private endpoint connections in a container registry.
Parameters:
Returns:
list
public abstract PagedIterable<PrivateEndpointConnectionInner> list(String resourceGroupName, String registryName, Context context)
List all private endpoint connections in a container registry.
Parameters:
Returns:
listAsync
public abstract PagedFlux<PrivateEndpointConnectionInner> listAsync(String resourceGroupName, String registryName)
List all private endpoint connections in a container registry.
Parameters:
Returns: