FileWorkspacesNoSubscriptionOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

MicrosoftSupport's

<xref:file_workspaces_no_subscription> attribute.

Inheritance
builtins.object
FileWorkspacesNoSubscriptionOperations

Constructor

FileWorkspacesNoSubscriptionOperations(*args, **kwargs)

Methods

create

Creates a new file workspace.

get

Gets details for a specific file workspace.

create

Creates a new file workspace.

async create(file_workspace_name: str, **kwargs: Any) -> FileWorkspaceDetails

Parameters

Name Description
file_workspace_name
Required
str

File workspace name. Required.

Returns

Type Description

FileWorkspaceDetails or the result of cls(response)

Exceptions

Type Description

get

Gets details for a specific file workspace.

async get(file_workspace_name: str, **kwargs: Any) -> FileWorkspaceDetails

Parameters

Name Description
file_workspace_name
Required
str

File Workspace Name. Required.

Returns

Type Description

FileWorkspaceDetails or the result of cls(response)

Exceptions

Type Description

Attributes

models

models = <module 'azure.mgmt.support.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\support\\models\\__init__.py'>