FeaturesetContainers Interface
public interface FeaturesetContainers
Resource collection API of FeaturesetContainers.
Method Summary
Method Details
define
public abstract FeaturesetContainer.DefinitionStages.Blank define(String name)
Begins definition for a new FeaturesetContainer resource.
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:
deleteById
public abstract void deleteById(String id)
Delete container.
Parameters:
deleteByIdWithResponse
public abstract void deleteByIdWithResponse(String id, Context context)
Delete container.
Parameters:
getEntity
public abstract FeaturesetContainer getEntity(String resourceGroupName, String workspaceName, String name)
Get container.
Parameters:
Returns:
getEntityById
public abstract FeaturesetContainer getEntityById(String id)
Get container.
Parameters:
Returns:
getEntityByIdWithResponse
public abstract Response<FeaturesetContainer> getEntityByIdWithResponse(String id, Context context)
Get container.
Parameters:
Returns:
getEntityWithResponse
public abstract Response<FeaturesetContainer> getEntityWithResponse(String resourceGroupName, String workspaceName, String name, Context context)
Get container.
Parameters:
Returns:
list
public abstract PagedIterable<FeaturesetContainer> list(String resourceGroupName, String workspaceName)
List featurestore entity containers.
Parameters:
Returns:
list
public abstract PagedIterable<FeaturesetContainer> 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: