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 serverName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)
Approve or reject a private endpoint connection with a given name.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> beginCreateOrUpdate(String resourceGroupName, String serverName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, Context context)
Approve or reject a private endpoint connection with a given name.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String serverName, String privateEndpointConnectionName)
Deletes a private endpoint connection with a given name.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String serverName, String privateEndpointConnectionName, Context context)
Deletes a private endpoint connection with a given name.
Parameters:
Returns:
beginUpdateTags
public abstract SyncPoller<PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> beginUpdateTags(String resourceGroupName, String serverName, String privateEndpointConnectionName, TagsObject parameters)
Updates private endpoint connection with the specified tags.
Parameters:
Returns:
beginUpdateTags
public abstract SyncPoller<PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> beginUpdateTags(String resourceGroupName, String serverName, String privateEndpointConnectionName, TagsObject parameters, Context context)
Updates private endpoint connection with the specified tags.
Parameters:
Returns:
createOrUpdate
public abstract PrivateEndpointConnectionInner createOrUpdate(String resourceGroupName, String serverName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)
Approve or reject a private endpoint connection with a given name.
Parameters:
Returns:
createOrUpdate
public abstract PrivateEndpointConnectionInner createOrUpdate(String resourceGroupName, String serverName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, Context context)
Approve or reject a private endpoint connection with a given name.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String serverName, String privateEndpointConnectionName)
Deletes a private endpoint connection with a given name.
Parameters:
delete
public abstract void delete(String resourceGroupName, String serverName, String privateEndpointConnectionName, Context context)
Deletes a private endpoint connection with a given name.
Parameters:
get
public abstract PrivateEndpointConnectionInner get(String resourceGroupName, String serverName, String privateEndpointConnectionName)
Gets a private endpoint connection.
Parameters:
Returns:
getWithResponse
public abstract Response<PrivateEndpointConnectionInner> getWithResponse(String resourceGroupName, String serverName, String privateEndpointConnectionName, Context context)
Gets a private endpoint connection.
Parameters:
Returns:
listByServer
public abstract PagedIterable<PrivateEndpointConnectionInner> listByServer(String resourceGroupName, String serverName)
Gets all private endpoint connections on a server.
Parameters:
Returns:
listByServer
public abstract PagedIterable<PrivateEndpointConnectionInner> listByServer(String resourceGroupName, String serverName, Context context)
Gets all private endpoint connections on a server.
Parameters:
Returns:
updateTags
public abstract PrivateEndpointConnectionInner updateTags(String resourceGroupName, String serverName, String privateEndpointConnectionName, TagsObject parameters)
Updates private endpoint connection with the specified tags.
Parameters:
Returns:
updateTags
public abstract PrivateEndpointConnectionInner updateTags(String resourceGroupName, String serverName, String privateEndpointConnectionName, TagsObject parameters, Context context)
Updates private endpoint connection with the specified tags.
Parameters:
Returns: