Features Interface
public interface Features
Resource collection API of Features.
Method Summary
Method Details
get
public abstract Feature get(String resourceGroupName, String workspaceName, String featuresetName, String featuresetVersion, String featureName)
Get feature.
Parameters:
Returns:
getWithResponse
public abstract Response<Feature> getWithResponse(String resourceGroupName, String workspaceName, String featuresetName, String featuresetVersion, String featureName, Context context)
Get feature.
Parameters:
Returns:
list
public abstract PagedIterable<Feature> list(String resourceGroupName, String workspaceName, String featuresetName, String featuresetVersion)
List Features.
Parameters:
Returns:
list
public abstract PagedIterable<Feature> list(String resourceGroupName, String workspaceName, String featuresetName, String featuresetVersion, String skip, String tags, String featureName, String description, ListViewType listViewType, Integer pageSize, Context context)
List Features.
Parameters:
Returns: