ProjectsClient Interface
public interface ProjectsClient
An instance of this class provides access to all the operations defined in ProjectsClient.
Method Summary
Method Details
beginCreate
public abstract SyncPoller<PollResult<ProjectInner>,ProjectInner> beginCreate(String resourceGroupName, String accountName, String projectName, ProjectInner project)
Create Cognitive Services Account's Project. Project is a sub-resource of an account which give AI developer it's individual container to work on.
Parameters:
Returns:
beginCreate
public abstract SyncPoller<PollResult<ProjectInner>,ProjectInner> beginCreate(String resourceGroupName, String accountName, String projectName, ProjectInner project, Context context)
Create Cognitive Services Account's Project. Project is a sub-resource of an account which give AI developer it's individual container to work on.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String accountName, String projectName)
Deletes a Cognitive Services project from the resource group.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String accountName, String projectName, Context context)
Deletes a Cognitive Services project from the resource group.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<ProjectInner>,ProjectInner> beginUpdate(String resourceGroupName, String accountName, String projectName, ProjectInner project)
Updates a Cognitive Services Project.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<ProjectInner>,ProjectInner> beginUpdate(String resourceGroupName, String accountName, String projectName, ProjectInner project, Context context)
Updates a Cognitive Services Project.
Parameters:
Returns:
create
public abstract ProjectInner create(String resourceGroupName, String accountName, String projectName, ProjectInner project)
Create Cognitive Services Account's Project. Project is a sub-resource of an account which give AI developer it's individual container to work on.
Parameters:
Returns:
create
public abstract ProjectInner create(String resourceGroupName, String accountName, String projectName, ProjectInner project, Context context)
Create Cognitive Services Account's Project. Project is a sub-resource of an account which give AI developer it's individual container to work on.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String accountName, String projectName)
Deletes a Cognitive Services project from the resource group.
Parameters:
delete
public abstract void delete(String resourceGroupName, String accountName, String projectName, Context context)
Deletes a Cognitive Services project from the resource group.
Parameters:
get
public abstract ProjectInner get(String resourceGroupName, String accountName, String projectName)
Returns a Cognitive Services project specified by the parameters.
Parameters:
Returns:
getWithResponse
public abstract Response<ProjectInner> getWithResponse(String resourceGroupName, String accountName, String projectName, Context context)
Returns a Cognitive Services project specified by the parameters.
Parameters:
Returns:
list
public abstract PagedIterable<ProjectInner> list(String resourceGroupName, String accountName)
Returns all the projects in a Cognitive Services account.
Parameters:
Returns:
list
public abstract PagedIterable<ProjectInner> list(String resourceGroupName, String accountName, Context context)
Returns all the projects in a Cognitive Services account.
Parameters:
Returns:
update
public abstract ProjectInner update(String resourceGroupName, String accountName, String projectName, ProjectInner project)
Updates a Cognitive Services Project.
Parameters:
Returns:
update
public abstract ProjectInner update(String resourceGroupName, String accountName, String projectName, ProjectInner project, Context context)
Updates a Cognitive Services Project.
Parameters:
Returns: