FactoriesOperations interface

Interfaccia che rappresenta le operazioni di una fabbrica.

Proprietà

configureFactoryRepo

Aggiorna le informazioni sul repository di una factory.

createOrUpdate

Crea o aggiorna una factory.

delete

Elimina una factory.

get

Ottiene una factory.

getDataPlaneAccess

Ottenere l'accesso al piano dati.

getGitHubAccessToken

Ottenere GitHub token di accesso.

list

Elenca le factory nella sottoscrizione specificata.

listByResourceGroup

Elenca le factory.

update

Aggiorna una factory.

Dettagli proprietà

configureFactoryRepo

Aggiorna le informazioni sul repository di una factory.

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

Valore della proprietà

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

createOrUpdate

Crea o aggiorna una factory.

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

Valore della proprietà

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

delete

Elimina una factory.

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

Valore della proprietà

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

get

Ottiene una factory.

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

Valore della proprietà

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

getDataPlaneAccess

Ottenere l'accesso al piano dati.

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

Valore della proprietà

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

getGitHubAccessToken

Ottenere GitHub token di accesso.

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

Valore della proprietà

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

list

Elenca le factory nella sottoscrizione specificata.

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

Valore della proprietà

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

listByResourceGroup

Elenca le factory.

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

Valore della proprietà

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

update

Aggiorna una factory.

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

Valore della proprietà

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