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 the specified private endpoint connection associated with the Bot. |
| abstract void |
deleteById(String id)
Deletes the specified private endpoint connection associated with the Bot. |
| abstract Response<Void> |
deleteByIdWithResponse(String id, Context context)
Deletes the specified private endpoint connection associated with the Bot. |
| abstract Response<Void> |
deleteWithResponse(String resourceGroupName, String resourceName, String privateEndpointConnectionName, Context context)
Deletes the specified private endpoint connection associated with the Bot. |
|
abstract
Private |
get(String resourceGroupName, String resourceName, String privateEndpointConnectionName)
Gets the specified private endpoint connection associated with the Bot. |
|
abstract
Private |
getById(String id)
Gets the specified private endpoint connection associated with the Bot. |
|
abstract
Response<Private |
getByIdWithResponse(String id, Context context)
Gets the specified private endpoint connection associated with the Bot. |
|
abstract
Response<Private |
getWithResponse(String resourceGroupName, String resourceName, String privateEndpointConnectionName, Context context)
Gets the specified private endpoint connection associated with the Bot. |
|
abstract
Paged |
list(String resourceGroupName, String resourceName)
List all the private endpoint connections associated with the Bot. |
|
abstract
Paged |
list(String resourceGroupName, String resourceName, Context context)
List all the private endpoint connections associated with the Bot. |
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 the specified private endpoint connection associated with the Bot.
Parameters:
deleteById
public abstract void deleteById(String id)
Deletes the specified private endpoint connection associated with the Bot.
Parameters:
deleteByIdWithResponse
public abstract Response<Void> deleteByIdWithResponse(String id, Context context)
Deletes the specified private endpoint connection associated with the Bot.
Parameters:
Returns:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String resourceName, String privateEndpointConnectionName, Context context)
Deletes the specified private endpoint connection associated with the Bot.
Parameters:
Returns:
get
public abstract PrivateEndpointConnection get(String resourceGroupName, String resourceName, String privateEndpointConnectionName)
Gets the specified private endpoint connection associated with the Bot.
Parameters:
Returns:
getById
public abstract PrivateEndpointConnection getById(String id)
Gets the specified private endpoint connection associated with the Bot.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<PrivateEndpointConnection> getByIdWithResponse(String id, Context context)
Gets the specified private endpoint connection associated with the Bot.
Parameters:
Returns:
getWithResponse
public abstract Response<PrivateEndpointConnection> getWithResponse(String resourceGroupName, String resourceName, String privateEndpointConnectionName, Context context)
Gets the specified private endpoint connection associated with the Bot.
Parameters:
Returns:
list
public abstract PagedIterable<PrivateEndpointConnection> list(String resourceGroupName, String resourceName)
List all the private endpoint connections associated with the Bot.
Parameters:
Returns:
list
public abstract PagedIterable<PrivateEndpointConnection> list(String resourceGroupName, String resourceName, Context context)
List all the private endpoint connections associated with the Bot.
Parameters:
Returns: