SignalRPrivateEndpointConnections Interface

public interface SignalRPrivateEndpointConnections

Resource collection API of SignalRPrivateEndpointConnections.

Method Summary

Modifier and Type Method and Description
abstract void delete(String privateEndpointConnectionName, String resourceGroupName, String resourceName)

Delete the specified private endpoint connection.

abstract void delete(String privateEndpointConnectionName, String resourceGroupName, String resourceName, Context context)

Delete the specified private endpoint connection.

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

Get the specified private endpoint connection.

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

Get the specified private endpoint connection.

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

List private endpoint connections.

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

List private endpoint connections.

abstract PrivateEndpointConnection update(String privateEndpointConnectionName, String resourceGroupName, String resourceName, PrivateEndpointConnectionInner parameters)

Update the state of specified private endpoint connection.

abstract Response<PrivateEndpointConnection> updateWithResponse(String privateEndpointConnectionName, String resourceGroupName, String resourceName, PrivateEndpointConnectionInner parameters, Context context)

Update the state of specified private endpoint connection.

Method Details

delete

public abstract void delete(String privateEndpointConnectionName, String resourceGroupName, String resourceName)

Delete the specified private endpoint connection.

Parameters:

privateEndpointConnectionName - The name of the private endpoint connection.
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
resourceName - The name of the resource.

delete

public abstract void delete(String privateEndpointConnectionName, String resourceGroupName, String resourceName, Context context)

Delete the specified private endpoint connection.

Parameters:

privateEndpointConnectionName - The name of the private endpoint connection.
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
resourceName - The name of the resource.
context - The context to associate with this operation.

get

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

Get the specified private endpoint connection.

Parameters:

privateEndpointConnectionName - The name of the private endpoint connection.
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
resourceName - The name of the resource.

Returns:

the specified private endpoint connection.

getWithResponse

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

Get the specified private endpoint connection.

Parameters:

privateEndpointConnectionName - The name of the private endpoint connection.
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
resourceName - The name of the resource.
context - The context to associate with this operation.

Returns:

the specified private endpoint connection along with Response<T>.

list

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

List private endpoint connections.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
resourceName - The name of the resource.

Returns:

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

list

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

List private endpoint connections.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
resourceName - The name of the resource.
context - The context to associate with this operation.

Returns:

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

update

public abstract PrivateEndpointConnection update(String privateEndpointConnectionName, String resourceGroupName, String resourceName, PrivateEndpointConnectionInner parameters)

Update the state of specified private endpoint connection.

Parameters:

privateEndpointConnectionName - The name of the private endpoint connection.
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
resourceName - The name of the resource.
parameters - The resource of private endpoint and its properties.

Returns:

a private endpoint connection to an azure resource.

updateWithResponse

public abstract Response<PrivateEndpointConnection> updateWithResponse(String privateEndpointConnectionName, String resourceGroupName, String resourceName, PrivateEndpointConnectionInner parameters, Context context)

Update the state of specified private endpoint connection.

Parameters:

privateEndpointConnectionName - The name of the private endpoint connection.
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
resourceName - The name of the resource.
parameters - The resource of private endpoint and its properties.
context - The context to associate with this operation.

Returns:

a private endpoint connection to an azure resource along with Response<T>.

Applies to