Freigeben über


Application class

Klasse, die eine Anwendung darstellt.

Konstruktoren

Application(BatchServiceClientContext)

Erstellen Sie eine Anwendung.

Methoden

get(string, ApplicationGetOptionalParams)

Dieser Vorgang gibt nur Anwendungen und Versionen zurück, die für die Verwendung auf Computeknoten verfügbar sind. d. h., das kann in einem Paketverweis verwendet werden. Für Administratorinformationen zu Anwendungen und Versionen, die noch nicht für Computeknoten verfügbar sind, verwenden Sie das Azure-Portal oder die Azure Resource Manager-API.

get(string, ApplicationGetOptionalParams, ServiceCallback<ApplicationSummary>)
get(string, ServiceCallback<ApplicationSummary>)
list(ApplicationListOptionalParams)

Dieser Vorgang gibt nur Anwendungen und Versionen zurück, die für die Verwendung auf Computeknoten verfügbar sind. d. h., das kann in einem Paketverweis verwendet werden. Für Administratorinformationen zu Anwendungen und Versionen, die noch nicht für Computeknoten verfügbar sind, verwenden Sie das Azure-Portal oder die Azure Resource Manager-API.

list(ApplicationListOptionalParams, ServiceCallback<ApplicationListResult>)
list(ServiceCallback<ApplicationListResult>)
listNext(string, ApplicationListNextOptionalParams)

Dieser Vorgang gibt nur Anwendungen und Versionen zurück, die für die Verwendung auf Computeknoten verfügbar sind. d. h., das kann in einem Paketverweis verwendet werden. Für Administratorinformationen zu Anwendungen und Versionen, die noch nicht für Computeknoten verfügbar sind, verwenden Sie das Azure-Portal oder die Azure Resource Manager-API.

listNext(string, ApplicationListNextOptionalParams, ServiceCallback<ApplicationListResult>)
listNext(string, ServiceCallback<ApplicationListResult>)

Details zum Konstruktor

Application(BatchServiceClientContext)

Erstellen Sie eine Anwendung.

new Application(client: BatchServiceClientContext)

Parameter

client
BatchServiceClientContext

Verweisen auf den Dienstclient.

Details zur Methode

get(string, ApplicationGetOptionalParams)

Dieser Vorgang gibt nur Anwendungen und Versionen zurück, die für die Verwendung auf Computeknoten verfügbar sind. d. h., das kann in einem Paketverweis verwendet werden. Für Administratorinformationen zu Anwendungen und Versionen, die noch nicht für Computeknoten verfügbar sind, verwenden Sie das Azure-Portal oder die Azure Resource Manager-API.

function get(applicationId: string, options?: ApplicationGetOptionalParams): Promise<ApplicationGetResponse>

Parameter

applicationId

string

Die ID der Anwendung.

options
ApplicationGetOptionalParams

Die optionalen Parameter

Gibt zurück

Zusage<Models.ApplicationGetResponse>

get(string, ApplicationGetOptionalParams, ServiceCallback<ApplicationSummary>)

function get(applicationId: string, options: ApplicationGetOptionalParams, callback: ServiceCallback<ApplicationSummary>)

Parameter

applicationId

string

Die ID der Anwendung.

options
ApplicationGetOptionalParams

Die optionalen Parameter

callback

ServiceCallback<ApplicationSummary>

Der Rückruf

get(string, ServiceCallback<ApplicationSummary>)

function get(applicationId: string, callback: ServiceCallback<ApplicationSummary>)

Parameter

applicationId

string

Die ID der Anwendung.

callback

ServiceCallback<ApplicationSummary>

Der Rückruf

list(ApplicationListOptionalParams)

Dieser Vorgang gibt nur Anwendungen und Versionen zurück, die für die Verwendung auf Computeknoten verfügbar sind. d. h., das kann in einem Paketverweis verwendet werden. Für Administratorinformationen zu Anwendungen und Versionen, die noch nicht für Computeknoten verfügbar sind, verwenden Sie das Azure-Portal oder die Azure Resource Manager-API.

function list(options?: ApplicationListOptionalParams): Promise<ApplicationListResponse>

Parameter

options
ApplicationListOptionalParams

Die optionalen Parameter

Gibt zurück

Promise<Models.ApplicationListResponse>

list(ApplicationListOptionalParams, ServiceCallback<ApplicationListResult>)

function list(options: ApplicationListOptionalParams, callback: ServiceCallback<ApplicationListResult>)

Parameter

options
ApplicationListOptionalParams

Die optionalen Parameter

callback

ServiceCallback<ApplicationListResult>

Der Rückruf

list(ServiceCallback<ApplicationListResult>)

function list(callback: ServiceCallback<ApplicationListResult>)

Parameter

callback

ServiceCallback<ApplicationListResult>

Der Rückruf

listNext(string, ApplicationListNextOptionalParams)

Dieser Vorgang gibt nur Anwendungen und Versionen zurück, die für die Verwendung auf Computeknoten verfügbar sind. d. h., das kann in einem Paketverweis verwendet werden. Für Administratorinformationen zu Anwendungen und Versionen, die noch nicht für Computeknoten verfügbar sind, verwenden Sie das Azure-Portal oder die Azure Resource Manager-API.

function listNext(nextPageLink: string, options?: ApplicationListNextOptionalParams): Promise<ApplicationListResponse>

Parameter

nextPageLink

string

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

options
ApplicationListNextOptionalParams

Die optionalen Parameter

Gibt zurück

Promise<Models.ApplicationListResponse>

listNext(string, ApplicationListNextOptionalParams, ServiceCallback<ApplicationListResult>)

function listNext(nextPageLink: string, options: ApplicationListNextOptionalParams, callback: ServiceCallback<ApplicationListResult>)

Parameter

nextPageLink

string

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

options
ApplicationListNextOptionalParams

Die optionalen Parameter

callback

ServiceCallback<ApplicationListResult>

Der Rückruf

listNext(string, ServiceCallback<ApplicationListResult>)

function listNext(nextPageLink: string, callback: ServiceCallback<ApplicationListResult>)

Parameter

nextPageLink

string

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

callback

ServiceCallback<ApplicationListResult>

Der Rückruf