Freigeben über


ArtifactSources class

Klasse, die eine ArtifactSources darstellt.

Konstruktoren

ArtifactSources(AzureDeploymentManagerContext)

Erstellen Sie eine ArtifactSources.

Methoden

createOrUpdate(string, string, ArtifactSourcesCreateOrUpdateOptionalParams)

Erstellt synchron eine neue Artefaktquelle oder aktualisiert eine vorhandene Artefaktquelle.

createOrUpdate(string, string, ArtifactSourcesCreateOrUpdateOptionalParams, ServiceCallback<ArtifactSource>)
createOrUpdate(string, string, ServiceCallback<ArtifactSource>)
deleteMethod(string, string, RequestOptionsBase)
deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, ServiceCallback<void>)
get(string, string, RequestOptionsBase)
get(string, string, RequestOptionsBase, ServiceCallback<ArtifactSource>)
get(string, string, ServiceCallback<ArtifactSource>)
list(string, RequestOptionsBase)
list(string, RequestOptionsBase, ServiceCallback<ArtifactSource[]>)
list(string, ServiceCallback<ArtifactSource[]>)

Details zum Konstruktor

ArtifactSources(AzureDeploymentManagerContext)

Erstellen Sie eine ArtifactSources.

new ArtifactSources(client: AzureDeploymentManagerContext)

Parameter

client
AzureDeploymentManagerContext

Verweisen auf den Dienstclient.

Details zur Methode

createOrUpdate(string, string, ArtifactSourcesCreateOrUpdateOptionalParams)

Erstellt synchron eine neue Artefaktquelle oder aktualisiert eine vorhandene Artefaktquelle.

function createOrUpdate(resourceGroupName: string, artifactSourceName: string, options?: ArtifactSourcesCreateOrUpdateOptionalParams): Promise<ArtifactSourcesCreateOrUpdateResponse>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

artifactSourceName

string

Der Name der Artefaktquelle.

options
ArtifactSourcesCreateOrUpdateOptionalParams

Die optionalen Parameter

Gibt zurück

Promise<Models.ArtifactSourcesCreateOrUpdateResponse>

createOrUpdate(string, string, ArtifactSourcesCreateOrUpdateOptionalParams, ServiceCallback<ArtifactSource>)

function createOrUpdate(resourceGroupName: string, artifactSourceName: string, options: ArtifactSourcesCreateOrUpdateOptionalParams, callback: ServiceCallback<ArtifactSource>)

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

artifactSourceName

string

Der Name der Artefaktquelle.

options
ArtifactSourcesCreateOrUpdateOptionalParams

Die optionalen Parameter

callback

ServiceCallback<ArtifactSource>

Der Rückruf

createOrUpdate(string, string, ServiceCallback<ArtifactSource>)

function createOrUpdate(resourceGroupName: string, artifactSourceName: string, callback: ServiceCallback<ArtifactSource>)

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

artifactSourceName

string

Der Name der Artefaktquelle.

callback

ServiceCallback<ArtifactSource>

Der Rückruf

deleteMethod(string, string, RequestOptionsBase)

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

artifactSourceName

string

Der Name der Artefaktquelle.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Promise<RestResponse>

Zusage<msRest.RestResponse>

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

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

artifactSourceName

string

Der Name der Artefaktquelle.

options
RequestOptionsBase

Die optionalen Parameter

callback

ServiceCallback<void>

Der Rückruf

deleteMethod(string, string, ServiceCallback<void>)

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

artifactSourceName

string

Der Name der Artefaktquelle.

callback

ServiceCallback<void>

Der Rückruf

get(string, string, RequestOptionsBase)

function get(resourceGroupName: string, artifactSourceName: string, options?: RequestOptionsBase): Promise<ArtifactSourcesGetResponse>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

artifactSourceName

string

Der Name der Artefaktquelle.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Zusage<Models.ArtifactSourcesGetResponse>

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

function get(resourceGroupName: string, artifactSourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ArtifactSource>)

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

artifactSourceName

string

Der Name der Artefaktquelle.

options
RequestOptionsBase

Die optionalen Parameter

callback

ServiceCallback<ArtifactSource>

Der Rückruf

get(string, string, ServiceCallback<ArtifactSource>)

function get(resourceGroupName: string, artifactSourceName: string, callback: ServiceCallback<ArtifactSource>)

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

artifactSourceName

string

Der Name der Artefaktquelle.

callback

ServiceCallback<ArtifactSource>

Der Rückruf

list(string, RequestOptionsBase)

function list(resourceGroupName: string, options?: RequestOptionsBase): Promise<ArtifactSourcesListResponse>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Promise<Models.ArtifactSourcesListResponse>

list(string, RequestOptionsBase, ServiceCallback<ArtifactSource[]>)

function list(resourceGroupName: string, options: RequestOptionsBase, callback: ServiceCallback<ArtifactSource[]>)

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

options
RequestOptionsBase

Die optionalen Parameter

callback

ServiceCallback<ArtifactSource[]>

Der Rückruf

list(string, ServiceCallback<ArtifactSource[]>)

function list(resourceGroupName: string, callback: ServiceCallback<ArtifactSource[]>)

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

callback

ServiceCallback<ArtifactSource[]>

Der Rückruf