### YamlMime:JavaType uid: "com.azure.resourcemanager.support.fluent.FileWorkspacesClient" fullName: "com.azure.resourcemanager.support.fluent.FileWorkspacesClient" name: "FileWorkspacesClient" nameWithType: "FileWorkspacesClient" summary: "An instance of this class provides access to all the operations defined in FileWorkspacesClient." syntax: "public interface **FileWorkspacesClient**" methods: - uid: "com.azure.resourcemanager.support.fluent.FileWorkspacesClient.create(java.lang.String)" fullName: "com.azure.resourcemanager.support.fluent.FileWorkspacesClient.create(String fileWorkspaceName)" name: "create(String fileWorkspaceName)" nameWithType: "FileWorkspacesClient.create(String fileWorkspaceName)" summary: "Creates a new file workspace for the specified subscription." modifiers: - "abstract" parameters: - description: "File workspace name." name: "fileWorkspaceName" type: "String" syntax: "public abstract FileWorkspaceDetailsInner create(String fileWorkspaceName)" desc: "Creates a new file workspace for the specified subscription." returns: description: "object that represents FileWorkspaceDetails resource." type: "" - uid: "com.azure.resourcemanager.support.fluent.FileWorkspacesClient.createWithResponse(java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.support.fluent.FileWorkspacesClient.createWithResponse(String fileWorkspaceName, Context context)" name: "createWithResponse(String fileWorkspaceName, Context context)" nameWithType: "FileWorkspacesClient.createWithResponse(String fileWorkspaceName, Context context)" summary: "Creates a new file workspace for the specified subscription." modifiers: - "abstract" parameters: - description: "File workspace name." name: "fileWorkspaceName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract Response createWithResponse(String fileWorkspaceName, Context context)" desc: "Creates a new file workspace for the specified subscription." returns: description: "object that represents FileWorkspaceDetails resource along with ." type: "<>" - uid: "com.azure.resourcemanager.support.fluent.FileWorkspacesClient.get(java.lang.String)" fullName: "com.azure.resourcemanager.support.fluent.FileWorkspacesClient.get(String fileWorkspaceName)" name: "get(String fileWorkspaceName)" nameWithType: "FileWorkspacesClient.get(String fileWorkspaceName)" summary: "Gets details for a specific file workspace in an Azure subscription." modifiers: - "abstract" parameters: - description: "File Workspace Name." name: "fileWorkspaceName" type: "String" syntax: "public abstract FileWorkspaceDetailsInner get(String fileWorkspaceName)" desc: "Gets details for a specific file workspace in an Azure subscription." returns: description: "details for a specific file workspace in an Azure subscription." type: "" - uid: "com.azure.resourcemanager.support.fluent.FileWorkspacesClient.getWithResponse(java.lang.String,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.support.fluent.FileWorkspacesClient.getWithResponse(String fileWorkspaceName, Context context)" name: "getWithResponse(String fileWorkspaceName, Context context)" nameWithType: "FileWorkspacesClient.getWithResponse(String fileWorkspaceName, Context context)" summary: "Gets details for a specific file workspace in an Azure subscription." modifiers: - "abstract" parameters: - description: "File Workspace Name." name: "fileWorkspaceName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract Response getWithResponse(String fileWorkspaceName, Context context)" desc: "Gets details for a specific file workspace in an Azure subscription." returns: description: "details for a specific file workspace in an Azure subscription along with ." type: "<>" type: "interface" desc: "An instance of this class provides access to all the operations defined in FileWorkspacesClient." metadata: {} package: "com.azure.resourcemanager.support.fluent" artifact: com.azure.resourcemanager:azure-resourcemanager-support:1.0.0