ArtifactSources class
Klasse, die eine ArtifactSources darstellt.
Konstruktoren
| Artifact |
Erstellen Sie eine ArtifactSources. |
Methoden
Details zum Konstruktor
ArtifactSources(AzureDeploymentManagerContext)
Erstellen Sie eine ArtifactSources.
new ArtifactSources(client: AzureDeploymentManagerContext)
Parameter
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.
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.
Die optionalen Parameter
- callback
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
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
Promise<ArtifactSourcesGetResponse>
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
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
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<ArtifactSourcesListResponse>
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
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
Der Rückruf