azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.s...

84 строки
6.3 KiB
YAML

### 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 File<wbr>Workspaces<wbr>Client."
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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
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: "<xref href=\"com.azure.resourcemanager.support.fluent.models.FileWorkspaceDetailsInner?alt=com.azure.resourcemanager.support.fluent.models.FileWorkspaceDetailsInner&text=FileWorkspaceDetailsInner\" data-throw-if-not-resolved=\"False\" />"
- 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: "<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 Response<FileWorkspaceDetailsInner> createWithResponse(String fileWorkspaceName, Context context)"
desc: "Creates a new file workspace for the specified subscription."
returns:
description: "object that represents FileWorkspaceDetails resource along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.support.fluent.models.FileWorkspaceDetailsInner?alt=com.azure.resourcemanager.support.fluent.models.FileWorkspaceDetailsInner&text=FileWorkspaceDetailsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
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: "<xref href=\"com.azure.resourcemanager.support.fluent.models.FileWorkspaceDetailsInner?alt=com.azure.resourcemanager.support.fluent.models.FileWorkspaceDetailsInner&text=FileWorkspaceDetailsInner\" data-throw-if-not-resolved=\"False\" />"
- 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: "<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 Response<FileWorkspaceDetailsInner> 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 <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.support.fluent.models.FileWorkspaceDetailsInner?alt=com.azure.resourcemanager.support.fluent.models.FileWorkspaceDetailsInner&text=FileWorkspaceDetailsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
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