次の方法で共有


Labels interface

ラベルを表すインターフェイス。

メソッド

beginCreateAndUpdate(string, string, string, LabelsCreateAndUpdateOptionalParams)

ラベルを作成または更新します。

beginCreateAndUpdateAndWait(string, string, string, LabelsCreateAndUpdateOptionalParams)

ラベルを作成または更新します。

beginDelete(string, string, string, LabelsDeleteOptionalParams)

ラベルを削除します。

beginDeleteAndWait(string, string, string, LabelsDeleteOptionalParams)

ラベルを削除します。

getByWorkspace(string, string, string, LabelsGetByWorkspaceOptionalParams)

指定されたワークスペース内のラベルを返します。

listByWorkspace(string, string, LabelsListByWorkspaceOptionalParams)

指定されたワークスペース内のラベルの一覧を返します。

update(string, string, string, LabelsUpdateOptionalParams)

ラベルを更新します。

メソッドの詳細

beginCreateAndUpdate(string, string, string, LabelsCreateAndUpdateOptionalParams)

ラベルを作成または更新します。

function beginCreateAndUpdate(resourceGroupName: string, workspaceName: string, labelName: string, options?: LabelsCreateAndUpdateOptionalParams): Promise<SimplePollerLike<OperationState<LabelResource>, LabelResource>>

パラメーター

resourceGroupName

string

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

workspaceName

string

ワークスペースの名前。

labelName

string

ラベルの名前。

options
LabelsCreateAndUpdateOptionalParams

options パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<LabelResource>, LabelResource>>

beginCreateAndUpdateAndWait(string, string, string, LabelsCreateAndUpdateOptionalParams)

ラベルを作成または更新します。

function beginCreateAndUpdateAndWait(resourceGroupName: string, workspaceName: string, labelName: string, options?: LabelsCreateAndUpdateOptionalParams): Promise<LabelResource>

パラメーター

resourceGroupName

string

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

workspaceName

string

ワークスペースの名前。

labelName

string

ラベルの名前。

options
LabelsCreateAndUpdateOptionalParams

options パラメーター。

戻り値

Promise<LabelResource>

beginDelete(string, string, string, LabelsDeleteOptionalParams)

ラベルを削除します。

function beginDelete(resourceGroupName: string, workspaceName: string, labelName: string, options?: LabelsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

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

workspaceName

string

ワークスペースの名前。

labelName

string

ラベルの名前。

options
LabelsDeleteOptionalParams

options パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, LabelsDeleteOptionalParams)

ラベルを削除します。

function beginDeleteAndWait(resourceGroupName: string, workspaceName: string, labelName: string, options?: LabelsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

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

workspaceName

string

ワークスペースの名前。

labelName

string

ラベルの名前。

options
LabelsDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

getByWorkspace(string, string, string, LabelsGetByWorkspaceOptionalParams)

指定されたワークスペース内のラベルを返します。

function getByWorkspace(resourceGroupName: string, workspaceName: string, labelName: string, options?: LabelsGetByWorkspaceOptionalParams): Promise<LabelResource>

パラメーター

resourceGroupName

string

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

workspaceName

string

ワークスペースの名前。

labelName

string

ラベルの名前。

options
LabelsGetByWorkspaceOptionalParams

options パラメーター。

戻り値

Promise<LabelResource>

listByWorkspace(string, string, LabelsListByWorkspaceOptionalParams)

指定されたワークスペース内のラベルの一覧を返します。

function listByWorkspace(resourceGroupName: string, workspaceName: string, options?: LabelsListByWorkspaceOptionalParams): PagedAsyncIterableIterator<LabelResource, LabelResource[], PageSettings>

パラメーター

resourceGroupName

string

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

workspaceName

string

ワークスペースの名前。

options
LabelsListByWorkspaceOptionalParams

options パラメーター。

戻り値

update(string, string, string, LabelsUpdateOptionalParams)

ラベルを更新します。

function update(resourceGroupName: string, workspaceName: string, labelName: string, options?: LabelsUpdateOptionalParams): Promise<LabelResource>

パラメーター

resourceGroupName

string

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

workspaceName

string

ワークスペースの名前。

labelName

string

ラベルの名前。

options
LabelsUpdateOptionalParams

options パラメーター。

戻り値

Promise<LabelResource>