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
Update the state of specified private endpoint connection associated with the container registry.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Update the state of specified private endpoint connection associated with the container registry.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Update the state of specified private endpoint connection associated with the container registry.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the specified private endpoint connection associated with the container registry.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the specified private endpoint connection associated with the container registry.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
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
Update the state of specified private endpoint connection associated with the container registry.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
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
Deletes the specified private endpoint connection associated with the container registry.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
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
Get the specified private endpoint connection associated with the container registry.
Parameters:
Returns:
getWithResponse
public abstract Response
Get the specified private endpoint connection associated with the container registry.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Get the specified private endpoint connection associated with the container registry.
Parameters:
Returns:
list
public abstract PagedIterable
List all private endpoint connections in a container registry.
Parameters:
Returns:
list
public abstract PagedIterable
List all private endpoint connections in a container registry.
Parameters:
Returns:
listAsync
public abstract PagedFlux
List all private endpoint connections in a container registry.
Parameters:
Returns:
Applies to
Azure SDK for Java