FileWorkspacesNoSubscription interface

FileWorkspacesNoSubscription を表すインターフェイス。

メソッド

create(string, FileWorkspacesNoSubscriptionCreateOptionalParams)

新しいファイル ワークスペースを作成します。

get(string, FileWorkspacesNoSubscriptionGetOptionalParams)

特定のファイル ワークスペースの詳細を取得します。

メソッドの詳細

create(string, FileWorkspacesNoSubscriptionCreateOptionalParams)

新しいファイル ワークスペースを作成します。

function create(fileWorkspaceName: string, options?: FileWorkspacesNoSubscriptionCreateOptionalParams): Promise<FileWorkspaceDetails>

パラメーター

fileWorkspaceName

string

ファイル ワークスペース名。

options
FileWorkspacesNoSubscriptionCreateOptionalParams

options パラメーター。

戻り値

get(string, FileWorkspacesNoSubscriptionGetOptionalParams)

特定のファイル ワークスペースの詳細を取得します。

function get(fileWorkspaceName: string, options?: FileWorkspacesNoSubscriptionGetOptionalParams): Promise<FileWorkspaceDetails>

パラメーター

fileWorkspaceName

string

ファイル ワークスペース名

options
FileWorkspacesNoSubscriptionGetOptionalParams

options パラメーター。

戻り値