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 void delete(String resourceGroupName, String resourceName, String privateEndpointConnectionName)

Deletes a private endpoint connection from the IoT Central Application.

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

Deletes a private endpoint connection from the IoT Central Application.

abstract void deleteById(String id)

Deletes a private endpoint connection from the IoT Central Application.

abstract void deleteByIdWithResponse(String id, Context context)

Deletes a private endpoint connection from the IoT Central Application.

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

Get the metadata of a private endpoint connection for the IoT Central Application.

abstract PrivateEndpointConnection getById(String id)

Get the metadata of a private endpoint connection for the IoT Central Application.

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

Get the metadata of a private endpoint connection for the IoT Central Application.

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

Get the metadata of a private endpoint connection for the IoT Central Application.

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

Get all private endpoint connections of a IoT Central Application.

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

Get all private endpoint connections of a IoT Central Application.

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 void delete(String resourceGroupName, String resourceName, String privateEndpointConnectionName)

Deletes a private endpoint connection from the IoT Central Application.

Parameters:

resourceGroupName - The name of the resource group that contains the IoT Central application.
resourceName - The ARM resource name of the IoT Central application.
privateEndpointConnectionName - The private endpoint connection name.

delete

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

Deletes a private endpoint connection from the IoT Central Application.

Parameters:

resourceGroupName - The name of the resource group that contains the IoT Central application.
resourceName - The ARM resource name of the IoT Central application.
privateEndpointConnectionName - The private endpoint connection name.
context - The context to associate with this operation.

deleteById

public abstract void deleteById(String id)

Deletes a private endpoint connection from the IoT Central Application.

Parameters:

id - the resource ID.

deleteByIdWithResponse

public abstract void deleteByIdWithResponse(String id, Context context)

Deletes a private endpoint connection from the IoT Central Application.

Parameters:

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

get

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

Get the metadata of a private endpoint connection for the IoT Central Application.

Parameters:

resourceGroupName - The name of the resource group that contains the IoT Central application.
resourceName - The ARM resource name of the IoT Central application.
privateEndpointConnectionName - The private endpoint connection name.

Returns:

the metadata of a private endpoint connection for the IoT Central Application.

getById

public abstract PrivateEndpointConnection getById(String id)

Get the metadata of a private endpoint connection for the IoT Central Application.

Parameters:

id - the resource ID.

Returns:

the metadata of a private endpoint connection for the IoT Central Application along with Response<T>.

getByIdWithResponse

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

Get the metadata of a private endpoint connection for the IoT Central Application.

Parameters:

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

Returns:

the metadata of a private endpoint connection for the IoT Central Application along with Response<T>.

getWithResponse

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

Get the metadata of a private endpoint connection for the IoT Central Application.

Parameters:

resourceGroupName - The name of the resource group that contains the IoT Central application.
resourceName - The ARM resource name of the IoT Central application.
privateEndpointConnectionName - The private endpoint connection name.
context - The context to associate with this operation.

Returns:

the metadata of a private endpoint connection for the IoT Central Application along with Response<T>.

list

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

Get all private endpoint connections of a IoT Central Application.

Parameters:

resourceGroupName - The name of the resource group that contains the IoT Central application.
resourceName - The ARM resource name of the IoT Central application.

Returns:

all private endpoint connections of a IoT Central Application as paginated response with PagedIterable<T>.

list

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

Get all private endpoint connections of a IoT Central Application.

Parameters:

resourceGroupName - The name of the resource group that contains the IoT Central application.
resourceName - The ARM resource name of the IoT Central application.
context - The context to associate with this operation.

Returns:

all private endpoint connections of a IoT Central Application as paginated response with PagedIterable<T>.

Applies to