Aracılığıyla paylaş


Factories interface

Fabrikaları temsil eden arabirim.

Yöntemler

configureFactoryRepo(string, FactoryRepoUpdate, FactoriesConfigureFactoryRepoOptionalParams)

Fabrikanın depo bilgilerini güncelleştirir.

createOrUpdate(string, string, Factory, FactoriesCreateOrUpdateOptionalParams)

Fabrika oluşturur veya güncelleştirir.

delete(string, string, FactoriesDeleteOptionalParams)

Fabrikayı siler.

get(string, string, FactoriesGetOptionalParams)

Bir fabrika alır.

getDataPlaneAccess(string, string, UserAccessPolicy, FactoriesGetDataPlaneAccessOptionalParams)

Veri Düzlemi erişimi alın.

getGitHubAccessToken(string, string, GitHubAccessTokenRequest, FactoriesGetGitHubAccessTokenOptionalParams)

GitHub Erişim Belirtecini alın.

list(FactoriesListOptionalParams)

Belirtilen abonelik altındaki fabrikaları listeler.

listByResourceGroup(string, FactoriesListByResourceGroupOptionalParams)

Fabrikaları listeler.

update(string, string, FactoryUpdateParameters, FactoriesUpdateOptionalParams)

Fabrikayı güncelleştirir.

Yöntem Ayrıntıları

configureFactoryRepo(string, FactoryRepoUpdate, FactoriesConfigureFactoryRepoOptionalParams)

Fabrikanın depo bilgilerini güncelleştirir.

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

Parametreler

locationId

string

Konum tanımlayıcısı.

factoryRepoUpdate
FactoryRepoUpdate

Fabrika deposu istek tanımını güncelleştirin.

options
FactoriesConfigureFactoryRepoOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<Factory>

createOrUpdate(string, string, Factory, FactoriesCreateOrUpdateOptionalParams)

Fabrika oluşturur veya güncelleştirir.

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

Parametreler

resourceGroupName

string

Kaynak grubu adı.

factoryName

string

Fabrika adı.

factory
Factory

Fabrika kaynak tanımı.

options
FactoriesCreateOrUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<Factory>

delete(string, string, FactoriesDeleteOptionalParams)

Fabrikayı siler.

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

Parametreler

resourceGroupName

string

Kaynak grubu adı.

factoryName

string

Fabrika adı.

options
FactoriesDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<void>

get(string, string, FactoriesGetOptionalParams)

Bir fabrika alır.

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

Parametreler

resourceGroupName

string

Kaynak grubu adı.

factoryName

string

Fabrika adı.

options
FactoriesGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<Factory>

getDataPlaneAccess(string, string, UserAccessPolicy, FactoriesGetDataPlaneAccessOptionalParams)

Veri Düzlemi erişimi alın.

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

Parametreler

resourceGroupName

string

Kaynak grubu adı.

factoryName

string

Fabrika adı.

policy
UserAccessPolicy

Veri Düzlemi kullanıcı erişim ilkesi tanımı.

options
FactoriesGetDataPlaneAccessOptionalParams

Seçenekler parametreleri.

Döndürülenler

getGitHubAccessToken(string, string, GitHubAccessTokenRequest, FactoriesGetGitHubAccessTokenOptionalParams)

GitHub Erişim Belirtecini alın.

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

Parametreler

resourceGroupName

string

Kaynak grubu adı.

factoryName

string

Fabrika adı.

gitHubAccessTokenRequest
GitHubAccessTokenRequest

GitHub erişim belirteci istek tanımını alın.

options
FactoriesGetGitHubAccessTokenOptionalParams

Seçenekler parametreleri.

Döndürülenler

list(FactoriesListOptionalParams)

Belirtilen abonelik altındaki fabrikaları listeler.

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

Parametreler

options
FactoriesListOptionalParams

Seçenekler parametreleri.

Döndürülenler

listByResourceGroup(string, FactoriesListByResourceGroupOptionalParams)

Fabrikaları listeler.

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

Parametreler

resourceGroupName

string

Kaynak grubu adı.

options
FactoriesListByResourceGroupOptionalParams

Seçenekler parametreleri.

Döndürülenler

update(string, string, FactoryUpdateParameters, FactoriesUpdateOptionalParams)

Fabrikayı güncelleştirir.

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

Parametreler

resourceGroupName

string

Kaynak grubu adı.

factoryName

string

Fabrika adı.

factoryUpdateParameters
FactoryUpdateParameters

Fabrikayı güncelleştirme parametreleri.

options
FactoriesUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<Factory>