FileWorkspacesOperations interface

FileWorkspacesの操作を表すインターフェースです。

プロパティ

create

指定したサブスクリプションの新しいファイル ワークスペースを作成します。

get

Azure サブスクリプション内の特定のファイル ワークスペースの詳細を取得します。

プロパティの詳細

create

指定したサブスクリプションの新しいファイル ワークスペースを作成します。

create: (fileWorkspaceName: string, options?: FileWorkspacesCreateOptionalParams) => Promise<FileWorkspaceDetails>

プロパティ値

(fileWorkspaceName: string, options?: FileWorkspacesCreateOptionalParams) => Promise<FileWorkspaceDetails>

get

Azure サブスクリプション内の特定のファイル ワークスペースの詳細を取得します。

get: (fileWorkspaceName: string, options?: FileWorkspacesGetOptionalParams) => Promise<FileWorkspaceDetails>

プロパティ値

(fileWorkspaceName: string, options?: FileWorkspacesGetOptionalParams) => Promise<FileWorkspaceDetails>