PrivateEndpointConnectionsClient Interface
public interface PrivateEndpointConnectionsClient
An instance of this class provides access to all the operations defined in PrivateEndpointConnectionsClient.
Method Summary
Method Details
beginDelete
public abstract SyncPoller
Deletes an existing namespace. This operation also removes all associated resources under the namespace.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes an existing namespace. This operation also removes all associated resources under the namespace.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Deletes an existing namespace. This operation also removes all associated resources under the namespace.
Parameters:
Returns:
createOrUpdate
public abstract PrivateEndpointConnectionInner createOrUpdate(String resourceGroupName, String namespaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)
Creates or updates PrivateEndpointConnections of service namespace.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Creates or updates PrivateEndpointConnections of service namespace.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response
Creates or updates PrivateEndpointConnections of service namespace.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Creates or updates PrivateEndpointConnections of service namespace.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String namespaceName, String privateEndpointConnectionName)
Deletes an existing namespace. This operation also removes all associated resources under the namespace.
Parameters:
delete
public abstract void delete(String resourceGroupName, String namespaceName, String privateEndpointConnectionName, Context context)
Deletes an existing namespace. This operation also removes all associated resources under the namespace.
Parameters:
deleteAsync
public abstract Mono
Deletes an existing namespace. This operation also removes all associated resources under the namespace.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes an existing namespace. This operation also removes all associated resources under the namespace.
Parameters:
Returns:
get
public abstract PrivateEndpointConnectionInner get(String resourceGroupName, String namespaceName, String privateEndpointConnectionName)
Gets a description for the specified Private Endpoint Connection name.
Parameters:
Returns:
getAsync
public abstract Mono
Gets a description for the specified Private Endpoint Connection name.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets a description for the specified Private Endpoint Connection name.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets a description for the specified Private Endpoint Connection name.
Parameters:
Returns:
list
public abstract PagedIterable
Gets the available PrivateEndpointConnections within a namespace.
Parameters:
Returns:
list
public abstract PagedIterable
Gets the available PrivateEndpointConnections within a namespace.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets the available PrivateEndpointConnections within a namespace.
Parameters:
Returns:
Applies to
Azure SDK for Java