PrivateEndpointConnections Interface

public interface PrivateEndpointConnections

Resource collection API of PrivateEndpointConnections.

Method Summary

Modifier and Type Method and Description
abstract Blank define(String name)

Begins definition for a new PrivateEndpointConnection resource.

abstract OperationResource delete(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)

Delete a private endpoint connection.

abstract OperationResource delete(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context)

Delete a private endpoint connection.

abstract OperationResource deleteById(String id)

Delete a private endpoint connection.

abstract OperationResource deleteByIdWithResponse(String id, Context context)

Delete a private endpoint connection.

abstract PrivateEndpointConnection get(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)

Gets a private endpoint connection.

abstract PrivateEndpointConnection getById(String id)

Gets a private endpoint connection.

abstract Response<PrivateEndpointConnection> getByIdWithResponse(String id, Context context)

Gets a private endpoint connection.

abstract Response<PrivateEndpointConnection> getWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context)

Gets a private endpoint connection.

abstract PagedIterable<PrivateEndpointConnection> list(String resourceGroupName, String workspaceName)

Lists private endpoint connection in workspace.

abstract PagedIterable<PrivateEndpointConnection> list(String resourceGroupName, String workspaceName, Context context)

Lists private endpoint connection in workspace.

Method Details

define

public abstract PrivateEndpointConnection.DefinitionStages.Blank define(String name)

Begins definition for a new PrivateEndpointConnection resource.

Parameters:

name - resource name.

Returns:

the first stage of the new PrivateEndpointConnection definition.

delete

public abstract OperationResource delete(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)

Delete a private endpoint connection.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
privateEndpointConnectionName - The name of the private endpoint connection.

Returns:

the response.

delete

public abstract OperationResource delete(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context)

Delete a private endpoint connection.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
privateEndpointConnectionName - The name of the private endpoint connection.
context - The context to associate with this operation.

Returns:

the response.

deleteById

public abstract OperationResource deleteById(String id)

Delete a private endpoint connection.

Parameters:

id - the resource ID.

Returns:

the response.

deleteByIdWithResponse

public abstract OperationResource deleteByIdWithResponse(String id, Context context)

Delete a private endpoint connection.

Parameters:

id - the resource ID.
context - The context to associate with this operation.

Returns:

the response.

get

public abstract PrivateEndpointConnection get(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)

Gets a private endpoint connection.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
privateEndpointConnectionName - The name of the private endpoint connection.

Returns:

a private endpoint connection.

getById

public abstract PrivateEndpointConnection getById(String id)

Gets a private endpoint connection.

Parameters:

id - the resource ID.

Returns:

a private endpoint connection along with Response<T>.

getByIdWithResponse

public abstract Response<PrivateEndpointConnection> getByIdWithResponse(String id, Context context)

Gets a private endpoint connection.

Parameters:

id - the resource ID.
context - The context to associate with this operation.

Returns:

a private endpoint connection along with Response<T>.

getWithResponse

public abstract Response<PrivateEndpointConnection> getWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context)

Gets a private endpoint connection.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
privateEndpointConnectionName - The name of the private endpoint connection.
context - The context to associate with this operation.

Returns:

a private endpoint connection along with Response<T>.

list

public abstract PagedIterable<PrivateEndpointConnection> list(String resourceGroupName, String workspaceName)

Lists private endpoint connection in workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.

Returns:

a list of private endpoint connections as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<PrivateEndpointConnection> list(String resourceGroupName, String workspaceName, Context context)

Lists private endpoint connection in workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
context - The context to associate with this operation.

Returns:

a list of private endpoint connections as paginated response with PagedIterable<T>.

Applies to