azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.resourcemanager.m...

55 строки
4.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspaceFeaturesClient"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspaceFeaturesClient"
name: "WorkspaceFeaturesClient"
nameWithType: "WorkspaceFeaturesClient"
summary: "An instance of this class provides access to all the operations defined in Workspace<wbr>Features<wbr>Client."
syntax: "public interface **WorkspaceFeaturesClient**"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspaceFeaturesClient.list(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspaceFeaturesClient.list(String resourceGroupName, String workspaceName)"
name: "list(String resourceGroupName, String workspaceName)"
nameWithType: "WorkspaceFeaturesClient.list(String resourceGroupName, String workspaceName)"
summary: "Lists all enabled features for a workspace."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group in which workspace is located."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<AmlUserFeatureInner> list(String resourceGroupName, String workspaceName)"
desc: "Lists all enabled features for a workspace."
returns:
description: "the List Aml user feature operation response."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.AmlUserFeatureInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.AmlUserFeatureInner&text=AmlUserFeatureInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspaceFeaturesClient.list(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspaceFeaturesClient.list(String resourceGroupName, String workspaceName, Context context)"
name: "list(String resourceGroupName, String workspaceName, Context context)"
nameWithType: "WorkspaceFeaturesClient.list(String resourceGroupName, String workspaceName, Context context)"
summary: "Lists all enabled features for a workspace."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group in which workspace is located."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<AmlUserFeatureInner> list(String resourceGroupName, String workspaceName, Context context)"
desc: "Lists all enabled features for a workspace."
returns:
description: "the List Aml user feature operation response."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.AmlUserFeatureInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.AmlUserFeatureInner&text=AmlUserFeatureInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in WorkspaceFeaturesClient."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1