ProjectConnections Interface
public interface ProjectConnections
Resource collection API of ProjectConnections.
Method Summary
Method Details
create
public abstract ConnectionPropertiesV2BasicResource create(String resourceGroupName, String accountName, String projectName, String connectionName)
Create or update Cognitive Services project connection under the specified project.
Parameters:
Returns:
createWithResponse
public abstract Response<ConnectionPropertiesV2BasicResource> createWithResponse(String resourceGroupName, String accountName, String projectName, String connectionName, ConnectionPropertiesV2BasicResourceInner body, Context context)
Create or update Cognitive Services project connection under the specified project.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String accountName, String projectName, String connectionName)
Delete Cognitive Services project connection by name.
Parameters:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String accountName, String projectName, String connectionName, Context context)
Delete Cognitive Services project connection by name.
Parameters:
Returns:
get
public abstract ConnectionPropertiesV2BasicResource get(String resourceGroupName, String accountName, String projectName, String connectionName)
Lists Cognitive Services project connection by name.
Parameters:
Returns:
getWithResponse
public abstract Response<ConnectionPropertiesV2BasicResource> getWithResponse(String resourceGroupName, String accountName, String projectName, String connectionName, Context context)
Lists Cognitive Services project connection by name.
Parameters:
Returns:
list
public abstract PagedIterable<ConnectionPropertiesV2BasicResource> list(String resourceGroupName, String accountName, String projectName)
Lists all the available Cognitive Services project connections under the specified project.
Parameters:
Returns:
list
public abstract PagedIterable<ConnectionPropertiesV2BasicResource> list(String resourceGroupName, String accountName, String projectName, String target, String category, Boolean includeAll, Context context)
Lists all the available Cognitive Services project connections under the specified project.
Parameters:
Returns:
update
public abstract ConnectionPropertiesV2BasicResource update(String resourceGroupName, String accountName, String projectName, String connectionName)
Update Cognitive Services project connection under the specified project.
Parameters:
Returns:
updateWithResponse
public abstract Response<ConnectionPropertiesV2BasicResource> updateWithResponse(String resourceGroupName, String accountName, String projectName, String connectionName, ConnectionUpdateContent body, Context context)
Update Cognitive Services project connection under the specified project.
Parameters:
Returns: