PrivateEndpointConnections Interface
public interface PrivateEndpointConnections
Resource collection API of PrivateEndpointConnections.
Method Summary
Method Details
define
public abstract PrivateEndpointConnection.DefinitionStages.Blank define(String name)
Begins definition for a new PrivateEndpointConnection resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)
Delete private endpoint connection.
Parameters:
delete
public abstract void delete(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context)
Delete private endpoint connection.
Parameters:
deleteById
public abstract void deleteById(String id)
Delete private endpoint connection.
Parameters:
deleteByIdWithResponse
public abstract void deleteByIdWithResponse(String id, Context context)
Delete private endpoint connection.
Parameters:
get
public abstract PrivateEndpointConnection get(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)
Get private endpoint connections.
Parameters:
Returns:
getById
public abstract PrivateEndpointConnection getById(String id)
Get private endpoint connections.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<PrivateEndpointConnection> getByIdWithResponse(String id, Context context)
Get private endpoint connections.
Parameters:
Returns:
getWithResponse
public abstract Response<PrivateEndpointConnection> getWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context)
Get private endpoint connections.
Parameters:
Returns:
list
public abstract PagedIterable<PrivateEndpointConnection> list(String resourceGroupName, String workspaceName)
Get private endpoint connection.
Parameters:
Returns:
list
public abstract PagedIterable<PrivateEndpointConnection> list(String resourceGroupName, String workspaceName, Context context)
Get private endpoint connection.
Parameters:
Returns: