Factories interface
ファクトリを表すインターフェイス。
メソッド
| configure |
ファクトリのリポジトリ情報を更新します。 |
| create |
ファクトリを作成または更新します。 |
| delete(string, string, Factories |
ファクトリを削除します。 |
| get(string, string, Factories |
ファクトリを取得します。 |
| get |
データ プレーン へのアクセスを取得します。 |
| get |
GitHub アクセス トークンを取得します。 |
| list(Factories |
指定したサブスクリプションの下にあるファクトリを一覧表示します。 |
| list |
ファクトリを一覧表示します。 |
| update(string, string, Factory |
ファクトリを更新します。 |
メソッドの詳細
configureFactoryRepo(string, FactoryRepoUpdate, FactoriesConfigureFactoryRepoOptionalParams)
ファクトリのリポジトリ情報を更新します。
function configureFactoryRepo(locationId: string, factoryRepoUpdate: FactoryRepoUpdate, options?: FactoriesConfigureFactoryRepoOptionalParams): Promise<Factory>
パラメーター
- locationId
-
string
場所識別子。
- factoryRepoUpdate
- FactoryRepoUpdate
ファクトリ リポジトリ要求定義を更新します。
オプション パラメーター。
戻り値
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
ファクトリ リソース定義。
オプション パラメーター。
戻り値
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
データ プレーン ユーザー アクセス ポリシー定義。
オプション パラメーター。
戻り値
Promise<AccessPolicyResponse>
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 アクセス トークン要求の定義を取得します。
オプション パラメーター。
戻り値
Promise<GitHubAccessTokenResponse>
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
リソース グループ名。
オプション パラメーター。
戻り値
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>