次の方法で共有


Factories interface

ファクトリを表すインターフェイス。

メソッド

configureFactoryRepo(string, FactoryRepoUpdate, FactoriesConfigureFactoryRepoOptionalParams)

ファクトリのリポジトリ情報を更新します。

createOrUpdate(string, string, Factory, FactoriesCreateOrUpdateOptionalParams)

ファクトリを作成または更新します。

delete(string, string, FactoriesDeleteOptionalParams)

ファクトリを削除します。

get(string, string, FactoriesGetOptionalParams)

ファクトリを取得します。

getDataPlaneAccess(string, string, UserAccessPolicy, FactoriesGetDataPlaneAccessOptionalParams)

データ プレーン へのアクセスを取得します。

getGitHubAccessToken(string, string, GitHubAccessTokenRequest, FactoriesGetGitHubAccessTokenOptionalParams)

GitHub アクセス トークンを取得します。

list(FactoriesListOptionalParams)

指定したサブスクリプションの下にあるファクトリを一覧表示します。

listByResourceGroup(string, FactoriesListByResourceGroupOptionalParams)

ファクトリを一覧表示します。

update(string, string, FactoryUpdateParameters, FactoriesUpdateOptionalParams)

ファクトリを更新します。

メソッドの詳細

configureFactoryRepo(string, FactoryRepoUpdate, FactoriesConfigureFactoryRepoOptionalParams)

ファクトリのリポジトリ情報を更新します。

function configureFactoryRepo(locationId: string, factoryRepoUpdate: FactoryRepoUpdate, options?: FactoriesConfigureFactoryRepoOptionalParams): Promise<Factory>

パラメーター

locationId

string

場所識別子。

factoryRepoUpdate
FactoryRepoUpdate

ファクトリ リポジトリ要求定義を更新します。

options
FactoriesConfigureFactoryRepoOptionalParams

オプション パラメーター。

戻り値

Promise<Factory>

createOrUpdate(string, string, Factory, FactoriesCreateOrUpdateOptionalParams)

ファクトリを作成または更新します。

function createOrUpdate(resourceGroupName: string, factoryName: string, factory: Factory, options?: FactoriesCreateOrUpdateOptionalParams): Promise<Factory>

パラメーター

resourceGroupName

string

リソース グループ名。

factoryName

string

ファクトリ名。

factory
Factory

ファクトリ リソース定義。

options
FactoriesCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<Factory>

delete(string, string, FactoriesDeleteOptionalParams)

ファクトリを削除します。

function delete(resourceGroupName: string, factoryName: string, options?: FactoriesDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループ名。

factoryName

string

ファクトリ名。

options
FactoriesDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<void>

get(string, string, FactoriesGetOptionalParams)

ファクトリを取得します。

function get(resourceGroupName: string, factoryName: string, options?: FactoriesGetOptionalParams): Promise<Factory>

パラメーター

resourceGroupName

string

リソース グループ名。

factoryName

string

ファクトリ名。

options
FactoriesGetOptionalParams

オプション パラメーター。

戻り値

Promise<Factory>

getDataPlaneAccess(string, string, UserAccessPolicy, FactoriesGetDataPlaneAccessOptionalParams)

データ プレーン へのアクセスを取得します。

function getDataPlaneAccess(resourceGroupName: string, factoryName: string, policy: UserAccessPolicy, options?: FactoriesGetDataPlaneAccessOptionalParams): Promise<AccessPolicyResponse>

パラメーター

resourceGroupName

string

リソース グループ名。

factoryName

string

ファクトリ名。

policy
UserAccessPolicy

データ プレーン ユーザー アクセス ポリシー定義。

options
FactoriesGetDataPlaneAccessOptionalParams

オプション パラメーター。

戻り値

getGitHubAccessToken(string, string, GitHubAccessTokenRequest, FactoriesGetGitHubAccessTokenOptionalParams)

GitHub アクセス トークンを取得します。

function getGitHubAccessToken(resourceGroupName: string, factoryName: string, gitHubAccessTokenRequest: GitHubAccessTokenRequest, options?: FactoriesGetGitHubAccessTokenOptionalParams): Promise<GitHubAccessTokenResponse>

パラメーター

resourceGroupName

string

リソース グループ名。

factoryName

string

ファクトリ名。

gitHubAccessTokenRequest
GitHubAccessTokenRequest

GitHub アクセス トークン要求の定義を取得します。

options
FactoriesGetGitHubAccessTokenOptionalParams

オプション パラメーター。

戻り値

list(FactoriesListOptionalParams)

指定したサブスクリプションの下にあるファクトリを一覧表示します。

function list(options?: FactoriesListOptionalParams): PagedAsyncIterableIterator<Factory, Factory[], PageSettings>

パラメーター

options
FactoriesListOptionalParams

オプション パラメーター。

戻り値

listByResourceGroup(string, FactoriesListByResourceGroupOptionalParams)

ファクトリを一覧表示します。

function listByResourceGroup(resourceGroupName: string, options?: FactoriesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Factory, Factory[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループ名。

options
FactoriesListByResourceGroupOptionalParams

オプション パラメーター。

戻り値

update(string, string, FactoryUpdateParameters, FactoriesUpdateOptionalParams)

ファクトリを更新します。

function update(resourceGroupName: string, factoryName: string, factoryUpdateParameters: FactoryUpdateParameters, options?: FactoriesUpdateOptionalParams): Promise<Factory>

パラメーター

resourceGroupName

string

リソース グループ名。

factoryName

string

ファクトリ名。

factoryUpdateParameters
FactoryUpdateParameters

ファクトリを更新するためのパラメーター。

options
FactoriesUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<Factory>