Sdílet prostřednictvím


Factories interface

Rozhraní představující objekty Factory.

Metody

configureFactoryRepo(string, FactoryRepoUpdate, FactoriesConfigureFactoryRepoOptionalParams)

Aktualizace 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ískejte přístup k rovině dat.

getGitHubAccessToken(string, string, GitHubAccessTokenRequest, FactoriesGetGitHubAccessTokenOptionalParams)

Získejte přístupový token GitHubu.

list(FactoriesListOptionalParams)

Zobrazí seznam továren v rámci zadaného předplatného.

listByResourceGroup(string, FactoriesListByResourceGroupOptionalParams)

Zobrazí seznam továren.

update(string, string, FactoryUpdateParameters, FactoriesUpdateOptionalParams)

Aktualizace továrnu.

Podrobnosti metody

configureFactoryRepo(string, FactoryRepoUpdate, FactoriesConfigureFactoryRepoOptionalParams)

Aktualizace 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

Aktualizujte definici žádosti o úložiště pro vytváření.

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ískejte přístup k rovině 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živatele 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 rámci zadaného předplatného.

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

Parametry

options
FactoriesListOptionalParams

Parametry možností.

Návraty

listByResourceGroup(string, FactoriesListByResourceGroupOptionalParams)

Zobrazí seznam továren.

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)

Aktualizace 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>