PrivateEndpointConnectionsClient Interface
public interface PrivateEndpointConnectionsClient
An instance of this class provides access to all the operations defined in PrivateEndpointConnectionsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> beginCreateOrUpdate(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection)
Update the state of specified private endpoint connection associated with the device update account.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> beginCreateOrUpdate(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection, Context context)
Update the state of specified private endpoint connection associated with the device update account.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String accountName, String privateEndpointConnectionName)
Deletes the specified private endpoint connection associated with the device update account.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String accountName, String privateEndpointConnectionName, Context context)
Deletes the specified private endpoint connection associated with the device update account.
Parameters:
Returns:
createOrUpdate
public abstract PrivateEndpointConnectionInner createOrUpdate(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection)
Update the state of specified private endpoint connection associated with the device update account.
Parameters:
Returns:
createOrUpdate
public abstract PrivateEndpointConnectionInner createOrUpdate(String resourceGroupName, String accountName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection, Context context)
Update the state of specified private endpoint connection associated with the device update account.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String accountName, String privateEndpointConnectionName)
Deletes the specified private endpoint connection associated with the device update account.
Parameters:
delete
public abstract void delete(String resourceGroupName, String accountName, String privateEndpointConnectionName, Context context)
Deletes the specified private endpoint connection associated with the device update account.
Parameters:
get
public abstract PrivateEndpointConnectionInner get(String resourceGroupName, String accountName, String privateEndpointConnectionName)
Get the specified private endpoint connection associated with the device update account.
Parameters:
Returns:
getWithResponse
public abstract Response<PrivateEndpointConnectionInner> getWithResponse(String resourceGroupName, String accountName, String privateEndpointConnectionName, Context context)
Get the specified private endpoint connection associated with the device update account.
Parameters:
Returns:
listByAccount
public abstract PagedIterable<PrivateEndpointConnectionInner> listByAccount(String resourceGroupName, String accountName)
List all private endpoint connections in a device update account.
Parameters:
Returns:
listByAccount
public abstract PagedIterable<PrivateEndpointConnectionInner> listByAccount(String resourceGroupName, String accountName, Context context)
List all private endpoint connections in a device update account.
Parameters:
Returns: