FeaturesClient Interface
public interface FeaturesClient
An instance of this class provides access to all the operations defined in FeaturesClient.
Method Summary
Method Details
get
public abstract FeatureInner get(String resourceGroupName, String workspaceName, String featuresetName, String featuresetVersion, String featureName)
Get feature.
Parameters:
Returns:
getWithResponse
public abstract Response<FeatureInner> getWithResponse(String resourceGroupName, String workspaceName, String featuresetName, String featuresetVersion, String featureName, Context context)
Get feature.
Parameters:
Returns:
list
public abstract PagedIterable<FeatureInner> list(String resourceGroupName, String workspaceName, String featuresetName, String featuresetVersion)
List Features.
Parameters:
Returns:
list
public abstract PagedIterable<FeatureInner> 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: