SourceControlOperations class

Klasse, die eine SourceControlOperations darstellt.

Konstruktoren

SourceControlOperations(AutomationClientContext)

Erstellen Sie eine SourceControlOperations.

Methoden

createOrUpdate(string, string, string, SourceControlCreateOrUpdateParameters, RequestOptionsBase)

Erstellen Sie ein Quellcodeverwaltungssteuerelement.

createOrUpdate(string, string, string, SourceControlCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<SourceControl>)
createOrUpdate(string, string, string, SourceControlCreateOrUpdateParameters, ServiceCallback<SourceControl>)
deleteMethod(string, string, string, RequestOptionsBase)

Löschen Sie das Quellcodeverwaltungssteuerelement.

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, string, ServiceCallback<void>)
get(string, string, string, RequestOptionsBase)

Rufen Sie die durch den Namen der Quellcodeverwaltung identifizierte Quellcodeverwaltung ab.

get(string, string, string, RequestOptionsBase, ServiceCallback<SourceControl>)
get(string, string, string, ServiceCallback<SourceControl>)
listByAutomationAccount(string, string, ServiceCallback<SourceControlListResult>)
listByAutomationAccount(string, string, SourceControlListByAutomationAccountOptionalParams)

Dient zum Abrufen einer Liste von Quellsteuerelementen.

listByAutomationAccount(string, string, SourceControlListByAutomationAccountOptionalParams, ServiceCallback<SourceControlListResult>)
listByAutomationAccountNext(string, RequestOptionsBase)

Dient zum Abrufen einer Liste von Quellsteuerelementen.

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<SourceControlListResult>)
listByAutomationAccountNext(string, ServiceCallback<SourceControlListResult>)
update(string, string, string, SourceControlUpdateParameters, RequestOptionsBase)

Aktualisieren eines Quellcodeverwaltungssteuerelements.

update(string, string, string, SourceControlUpdateParameters, RequestOptionsBase, ServiceCallback<SourceControl>)
update(string, string, string, SourceControlUpdateParameters, ServiceCallback<SourceControl>)

Details zum Konstruktor

SourceControlOperations(AutomationClientContext)

Erstellen Sie eine SourceControlOperations.

new SourceControlOperations(client: AutomationClientContext)

Parameter

client
AutomationClientContext

Verweisen auf den Dienstclient.

Details zur Methode

createOrUpdate(string, string, string, SourceControlCreateOrUpdateParameters, RequestOptionsBase)

Erstellen Sie ein Quellcodeverwaltungssteuerelement.

function createOrUpdate(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: SourceControlCreateOrUpdateParameters, options?: RequestOptionsBase): Promise<SourceControlCreateOrUpdateResponse>

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

sourceControlName

string

Der Name der Quellcodeverwaltung.

parameters
SourceControlCreateOrUpdateParameters

Die Parameter, die für den Erstellungs- oder Aktualisierungs-Quellcodeverwaltungsvorgang bereitgestellt werden.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Promise<Models.SourceControlCreateOrUpdateResponse>

createOrUpdate(string, string, string, SourceControlCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<SourceControl>)

function createOrUpdate(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: SourceControlCreateOrUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<SourceControl>)

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

sourceControlName

string

Der Name der Quellcodeverwaltung.

parameters
SourceControlCreateOrUpdateParameters

Die Parameter, die für den Erstellungs- oder Aktualisierungs-Quellcodeverwaltungsvorgang bereitgestellt werden.

options
RequestOptionsBase

Die optionalen Parameter

callback

ServiceCallback<SourceControl>

Der Rückruf

createOrUpdate(string, string, string, SourceControlCreateOrUpdateParameters, ServiceCallback<SourceControl>)

function createOrUpdate(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: SourceControlCreateOrUpdateParameters, callback: ServiceCallback<SourceControl>)

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

sourceControlName

string

Der Name der Quellcodeverwaltung.

parameters
SourceControlCreateOrUpdateParameters

Die Parameter, die für den Erstellungs- oder Aktualisierungs-Quellcodeverwaltungsvorgang bereitgestellt werden.

callback

ServiceCallback<SourceControl>

Der Rückruf

deleteMethod(string, string, string, RequestOptionsBase)

Löschen Sie das Quellcodeverwaltungssteuerelement.

function deleteMethod(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options?: RequestOptionsBase): Promise<RestResponse>

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

sourceControlName

string

Der Name der Quellcodeverwaltung.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Promise<RestResponse>

Zusage<msRest.RestResponse>

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

sourceControlName

string

Der Name der Quellcodeverwaltung.

options
RequestOptionsBase

Die optionalen Parameter

callback

ServiceCallback<void>

Der Rückruf

deleteMethod(string, string, string, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, automationAccountName: string, sourceControlName: string, callback: ServiceCallback<void>)

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

sourceControlName

string

Der Name der Quellcodeverwaltung.

callback

ServiceCallback<void>

Der Rückruf

get(string, string, string, RequestOptionsBase)

Rufen Sie die durch den Namen der Quellcodeverwaltung identifizierte Quellcodeverwaltung ab.

function get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options?: RequestOptionsBase): Promise<SourceControlGetResponse>

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

sourceControlName

string

Der Name der Quellcodeverwaltung.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Zusage<Models.SourceControlGetResponse>

get(string, string, string, RequestOptionsBase, ServiceCallback<SourceControl>)

function get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options: RequestOptionsBase, callback: ServiceCallback<SourceControl>)

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

sourceControlName

string

Der Name der Quellcodeverwaltung.

options
RequestOptionsBase

Die optionalen Parameter

callback

ServiceCallback<SourceControl>

Der Rückruf

get(string, string, string, ServiceCallback<SourceControl>)

function get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, callback: ServiceCallback<SourceControl>)

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

sourceControlName

string

Der Name der Quellcodeverwaltung.

callback

ServiceCallback<SourceControl>

Der Rückruf

listByAutomationAccount(string, string, ServiceCallback<SourceControlListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<SourceControlListResult>)

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

callback

ServiceCallback<SourceControlListResult>

Der Rückruf

listByAutomationAccount(string, string, SourceControlListByAutomationAccountOptionalParams)

Dient zum Abrufen einer Liste von Quellsteuerelementen.

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: SourceControlListByAutomationAccountOptionalParams): Promise<SourceControlListByAutomationAccountResponse>

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

options
SourceControlListByAutomationAccountOptionalParams

Die optionalen Parameter

Gibt zurück

Promise<Models.SourceControlListByAutomationAccountResponse>

listByAutomationAccount(string, string, SourceControlListByAutomationAccountOptionalParams, ServiceCallback<SourceControlListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: SourceControlListByAutomationAccountOptionalParams, callback: ServiceCallback<SourceControlListResult>)

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

options
SourceControlListByAutomationAccountOptionalParams

Die optionalen Parameter

callback

ServiceCallback<SourceControlListResult>

Der Rückruf

listByAutomationAccountNext(string, RequestOptionsBase)

Dient zum Abrufen einer Liste von Quellsteuerelementen.

function listByAutomationAccountNext(nextPageLink: string, options?: RequestOptionsBase): Promise<SourceControlListByAutomationAccountNextResponse>

Parameter

nextPageLink

string

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Promise<Models.SourceControlListByAutomationAccountNextResponse>

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<SourceControlListResult>)

function listByAutomationAccountNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<SourceControlListResult>)

Parameter

nextPageLink

string

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

options
RequestOptionsBase

Die optionalen Parameter

callback

ServiceCallback<SourceControlListResult>

Der Rückruf

listByAutomationAccountNext(string, ServiceCallback<SourceControlListResult>)

function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<SourceControlListResult>)

Parameter

nextPageLink

string

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

callback

ServiceCallback<SourceControlListResult>

Der Rückruf

update(string, string, string, SourceControlUpdateParameters, RequestOptionsBase)

Aktualisieren eines Quellcodeverwaltungssteuerelements.

function update(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: SourceControlUpdateParameters, options?: RequestOptionsBase): Promise<SourceControlUpdateResponse>

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

sourceControlName

string

Der Name der Quellcodeverwaltung.

parameters
SourceControlUpdateParameters

Die Parameter, die für den Update-Quellcodeverwaltungsvorgang bereitgestellt werden.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Zusage<Models.SourceControlUpdateResponse>

update(string, string, string, SourceControlUpdateParameters, RequestOptionsBase, ServiceCallback<SourceControl>)

function update(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: SourceControlUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<SourceControl>)

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

sourceControlName

string

Der Name der Quellcodeverwaltung.

parameters
SourceControlUpdateParameters

Die Parameter, die für den Update-Quellcodeverwaltungsvorgang bereitgestellt werden.

options
RequestOptionsBase

Die optionalen Parameter

callback

ServiceCallback<SourceControl>

Der Rückruf

update(string, string, string, SourceControlUpdateParameters, ServiceCallback<SourceControl>)

function update(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: SourceControlUpdateParameters, callback: ServiceCallback<SourceControl>)

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

sourceControlName

string

Der Name der Quellcodeverwaltung.

parameters
SourceControlUpdateParameters

Die Parameter, die für den Update-Quellcodeverwaltungsvorgang bereitgestellt werden.

callback

ServiceCallback<SourceControl>

Der Rückruf