次の方法で共有


Workspaces interface

ワークスペースを表すインターフェイス。

メソッド

createOrUpdate(string, string, string, Workspace, WorkspacesCreateOrUpdateOptionalParams)

新しいワークスペースを作成するか、既存のワークスペースを更新します。

delete(string, string, string, WorkspacesDeleteOptionalParams)

指定したワークスペースを削除します。

get(string, string, string, WorkspacesGetOptionalParams)

ワークスペースの詳細を返します。

head(string, string, string, WorkspacesHeadOptionalParams)

指定したワークスペースが存在するかどうかを確認します。

list(string, string, WorkspacesListOptionalParams)

ワークスペースのコレクションを返します。

メソッドの詳細

createOrUpdate(string, string, string, Workspace, WorkspacesCreateOrUpdateOptionalParams)

新しいワークスペースを作成するか、既存のワークスペースを更新します。

function createOrUpdate(resourceGroupName: string, serviceName: string, workspaceName: string, resource: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams): Promise<WorkspacesCreateOrUpdateResponse>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

serviceName

string

Azure API Center サービスの名前。

workspaceName

string

ワークスペースの名前。

resource
Workspace

リソース作成パラメーター。

options
WorkspacesCreateOrUpdateOptionalParams

options パラメーター。

戻り値

delete(string, string, string, WorkspacesDeleteOptionalParams)

指定したワークスペースを削除します。

function delete(resourceGroupName: string, serviceName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

serviceName

string

Azure API Center サービスの名前。

workspaceName

string

ワークスペースの名前。

options
WorkspacesDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, string, string, WorkspacesGetOptionalParams)

ワークスペースの詳細を返します。

function get(resourceGroupName: string, serviceName: string, workspaceName: string, options?: WorkspacesGetOptionalParams): Promise<WorkspacesGetResponse>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

serviceName

string

Azure API Center サービスの名前。

workspaceName

string

ワークスペースの名前。

options
WorkspacesGetOptionalParams

options パラメーター。

戻り値

head(string, string, string, WorkspacesHeadOptionalParams)

指定したワークスペースが存在するかどうかを確認します。

function head(resourceGroupName: string, serviceName: string, workspaceName: string, options?: WorkspacesHeadOptionalParams): Promise<WorkspacesHeadResponse>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

serviceName

string

Azure API Center サービスの名前。

workspaceName

string

ワークスペースの名前。

options
WorkspacesHeadOptionalParams

options パラメーター。

戻り値

list(string, string, WorkspacesListOptionalParams)

ワークスペースのコレクションを返します。

function list(resourceGroupName: string, serviceName: string, options?: WorkspacesListOptionalParams): PagedAsyncIterableIterator<Workspace, Workspace[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

serviceName

string

Azure API Center サービスの名前。

options
WorkspacesListOptionalParams

options パラメーター。

戻り値