FeaturesetContainersClient Interface
public interface FeaturesetContainersClient
An instance of this class provides access to all the operations defined in FeaturesetContainersClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<FeaturesetContainerInner>,FeaturesetContainerInner> beginCreateOrUpdate(String resourceGroupName, String workspaceName, String name, FeaturesetContainerInner body)
Create or update container.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<FeaturesetContainerInner>,FeaturesetContainerInner> beginCreateOrUpdate(String resourceGroupName, String workspaceName, String name, FeaturesetContainerInner body, Context context)
Create or update container.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String workspaceName, String name)
Delete container.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String workspaceName, String name, Context context)
Delete container.
Parameters:
Returns:
createOrUpdate
public abstract FeaturesetContainerInner createOrUpdate(String resourceGroupName, String workspaceName, String name, FeaturesetContainerInner body)
Create or update container.
Parameters:
Returns:
createOrUpdate
public abstract FeaturesetContainerInner createOrUpdate(String resourceGroupName, String workspaceName, String name, FeaturesetContainerInner body, Context context)
Create or update container.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String workspaceName, String name)
Delete container.
Parameters:
delete
public abstract void delete(String resourceGroupName, String workspaceName, String name, Context context)
Delete container.
Parameters:
getEntity
public abstract FeaturesetContainerInner getEntity(String resourceGroupName, String workspaceName, String name)
Get container.
Parameters:
Returns:
getEntityWithResponse
public abstract Response<FeaturesetContainerInner> getEntityWithResponse(String resourceGroupName, String workspaceName, String name, Context context)
Get container.
Parameters:
Returns:
list
public abstract PagedIterable<FeaturesetContainerInner> list(String resourceGroupName, String workspaceName)
List featurestore entity containers.
Parameters:
Returns:
list
public abstract PagedIterable<FeaturesetContainerInner> list(String resourceGroupName, String workspaceName, String skip, String tags, ListViewType listViewType, Integer pageSize, String name, String description, String createdBy, Context context)
List featurestore entity containers.
Parameters:
Returns: