Factories interface

Rozhraní představující továrny.

Metody

configureFactoryRepo(string, FactoryRepoUpdate, FactoriesConfigureFactoryRepoOptionalParams)

Aktualizuje informace o úložišti továrny.

createOrUpdate(string, string, Factory, FactoriesCreateOrUpdateOptionalParams)

Vytvoří nebo aktualizuje továrnu.

delete(string, string, FactoriesDeleteOptionalParams)

Odstraní továrnu.

get(string, string, FactoriesGetOptionalParams)

Získá továrnu.

getDataPlaneAccess(string, string, UserAccessPolicy, FactoriesGetDataPlaneAccessOptionalParams)

Získání přístupu roviny dat

getGitHubAccessToken(string, string, GitHubAccessTokenRequest, FactoriesGetGitHubAccessTokenOptionalParams)

Získejte přístupový token GitHubu.

list(FactoriesListOptionalParams)

Zobrazí seznam továren v zadaném předplatném.

listByResourceGroup(string, FactoriesListByResourceGroupOptionalParams)

Vypíše továrny.

update(string, string, FactoryUpdateParameters, FactoriesUpdateOptionalParams)

Aktualizuje továrnu.

Podrobnosti metody

configureFactoryRepo(string, FactoryRepoUpdate, FactoriesConfigureFactoryRepoOptionalParams)

Aktualizuje informace o úložišti továrny.

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

Parametry

locationId

string

Identifikátor umístění.

factoryRepoUpdate
FactoryRepoUpdate

Aktualizace definice požadavku na úložiště továrny

options
FactoriesConfigureFactoryRepoOptionalParams

Parametry možností.

Návraty

Promise<Factory>

createOrUpdate(string, string, Factory, FactoriesCreateOrUpdateOptionalParams)

Vytvoří nebo aktualizuje továrnu.

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

Parametry

resourceGroupName

string

Název skupiny prostředků.

factoryName

string

Název továrny.

factory
Factory

Definice prostředku továrny

options
FactoriesCreateOrUpdateOptionalParams

Parametry možností.

Návraty

Promise<Factory>

delete(string, string, FactoriesDeleteOptionalParams)

Odstraní továrnu.

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

Parametry

resourceGroupName

string

Název skupiny prostředků.

factoryName

string

Název továrny.

options
FactoriesDeleteOptionalParams

Parametry možností.

Návraty

Promise<void>

get(string, string, FactoriesGetOptionalParams)

Získá továrnu.

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

Parametry

resourceGroupName

string

Název skupiny prostředků.

factoryName

string

Název továrny.

options
FactoriesGetOptionalParams

Parametry možností.

Návraty

Promise<Factory>

getDataPlaneAccess(string, string, UserAccessPolicy, FactoriesGetDataPlaneAccessOptionalParams)

Získání přístupu roviny dat

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

Parametry

resourceGroupName

string

Název skupiny prostředků.

factoryName

string

Název továrny.

policy
UserAccessPolicy

Definice zásad přístupu uživatelů roviny dat

options
FactoriesGetDataPlaneAccessOptionalParams

Parametry možností.

Návraty

getGitHubAccessToken(string, string, GitHubAccessTokenRequest, FactoriesGetGitHubAccessTokenOptionalParams)

Získejte přístupový token GitHubu.

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

Parametry

resourceGroupName

string

Název skupiny prostředků.

factoryName

string

Název továrny.

gitHubAccessTokenRequest
GitHubAccessTokenRequest

Získejte definici žádosti o přístupový token GitHubu.

options
FactoriesGetGitHubAccessTokenOptionalParams

Parametry možností.

Návraty

list(FactoriesListOptionalParams)

Zobrazí seznam továren v zadaném předplatném.

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

Parametry

options
FactoriesListOptionalParams

Parametry možností.

Návraty

listByResourceGroup(string, FactoriesListByResourceGroupOptionalParams)

Vypíše továrny.

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

Parametry

resourceGroupName

string

Název skupiny prostředků.

options
FactoriesListByResourceGroupOptionalParams

Parametry možností.

Návraty

update(string, string, FactoryUpdateParameters, FactoriesUpdateOptionalParams)

Aktualizuje továrnu.

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

Parametry

resourceGroupName

string

Název skupiny prostředků.

factoryName

string

Název továrny.

factoryUpdateParameters
FactoryUpdateParameters

Parametry pro aktualizaci továrny.

options
FactoriesUpdateOptionalParams

Parametry možností.

Návraty

Promise<Factory>