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 Private |
| 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
Private |
get(String resourceGroupName, String resourceName, String privateEndpointConnectionName)
Get the metadata of a private endpoint connection for the IoT Central Application. |
|
abstract
Private |
getById(String id)
Get the metadata of a private endpoint connection for the IoT Central Application. |
|
abstract
Response<Private |
getByIdWithResponse(String id, Context context)
Get the metadata of a private endpoint connection for the IoT Central Application. |
|
abstract
Response<Private |
getWithResponse(String resourceGroupName, String resourceName, String privateEndpointConnectionName, Context context)
Get the metadata of a private endpoint connection for the IoT Central Application. |
|
abstract
Paged |
list(String resourceGroupName, String resourceName)
Get all private endpoint connections of a IoT Central Application. |
|
abstract
Paged |
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:
Returns:
delete
public abstract void delete(String resourceGroupName, String resourceName, String privateEndpointConnectionName)
Deletes a private endpoint connection from the IoT Central Application.
Parameters:
delete
public abstract void delete(String resourceGroupName, String resourceName, String privateEndpointConnectionName, Context context)
Deletes a private endpoint connection from the IoT Central Application.
Parameters:
deleteById
public abstract void deleteById(String id)
Deletes a private endpoint connection from the IoT Central Application.
Parameters:
deleteByIdWithResponse
public abstract void deleteByIdWithResponse(String id, Context context)
Deletes a private endpoint connection from the IoT Central Application.
Parameters:
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:
Returns:
getById
public abstract PrivateEndpointConnection getById(String id)
Get the metadata of a private endpoint connection for the IoT Central Application.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<PrivateEndpointConnection> getByIdWithResponse(String id, Context context)
Get the metadata of a private endpoint connection for the IoT Central Application.
Parameters:
Returns:
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:
Returns:
list
public abstract PagedIterable<PrivateEndpointConnection> list(String resourceGroupName, String resourceName)
Get all private endpoint connections of a IoT Central Application.
Parameters:
Returns:
list
public abstract PagedIterable<PrivateEndpointConnection> list(String resourceGroupName, String resourceName, Context context)
Get all private endpoint connections of a IoT Central Application.
Parameters:
Returns: