Package | Description |
---|---|
com.microsoft.azure.batch |
This package contains classes for writing applications that use the Azure Batch service.
|
com.microsoft.azure.batch.protocol |
This package contains the classes for BatchServiceClient.
|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
ApplicationSummary |
ApplicationOperations.getApplication(String applicationId)
Gets information about the specified application.
|
ApplicationSummary |
ApplicationOperations.getApplication(String applicationId,
Iterable<BatchClientBehavior> additionalBehaviors)
Gets information about the specified application.
|
Modifier and Type | Method and Description |
---|---|
List<ApplicationSummary> |
ApplicationOperations.listApplications()
Lists the
applications in the Batch account. |
List<ApplicationSummary> |
ApplicationOperations.listApplications(Iterable<BatchClientBehavior> additionalBehaviors)
Lists the
applications in the Batch account. |
Modifier and Type | Method and Description |
---|---|
ApplicationSummary |
Applications.get(String applicationId)
Gets information about the specified application.
|
ApplicationSummary |
Applications.get(String applicationId,
ApplicationGetOptions applicationGetOptions)
Gets information about the specified application.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<ApplicationSummary> |
Applications.getAsync(String applicationId)
Gets information about the specified application.
|
rx.Observable<ApplicationSummary> |
Applications.getAsync(String applicationId,
ApplicationGetOptions applicationGetOptions)
Gets information about the specified application.
|
ServiceFuture<ApplicationSummary> |
Applications.getAsync(String applicationId,
ApplicationGetOptions applicationGetOptions,
ServiceCallback<ApplicationSummary> serviceCallback)
Gets information about the specified application.
|
ServiceFuture<ApplicationSummary> |
Applications.getAsync(String applicationId,
ServiceCallback<ApplicationSummary> serviceCallback)
Gets information about the specified application.
|
rx.Observable<ServiceResponseWithHeaders<ApplicationSummary,ApplicationGetHeaders>> |
Applications.getWithServiceResponseAsync(String applicationId)
Gets information about the specified application.
|
rx.Observable<ServiceResponseWithHeaders<ApplicationSummary,ApplicationGetHeaders>> |
Applications.getWithServiceResponseAsync(String applicationId,
ApplicationGetOptions applicationGetOptions)
Gets information about the specified application.
|
PagedList<ApplicationSummary> |
Applications.list()
Lists all of the applications available in the specified account.
|
PagedList<ApplicationSummary> |
Applications.list(ApplicationListOptions applicationListOptions)
Lists all of the applications available in the specified account.
|
rx.Observable<Page<ApplicationSummary>> |
Applications.listAsync()
Lists all of the applications available in the specified account.
|
rx.Observable<Page<ApplicationSummary>> |
Applications.listAsync(ApplicationListOptions applicationListOptions)
Lists all of the applications available in the specified account.
|
ServiceFuture<List<ApplicationSummary>> |
Applications.listAsync(ApplicationListOptions applicationListOptions,
ListOperationCallback<ApplicationSummary> serviceCallback)
Lists all of the applications available in the specified account.
|
ServiceFuture<List<ApplicationSummary>> |
Applications.listAsync(ListOperationCallback<ApplicationSummary> serviceCallback)
Lists all of the applications available in the specified account.
|
PagedList<ApplicationSummary> |
Applications.listNext(String nextPageLink)
Lists all of the applications available in the specified account.
|
PagedList<ApplicationSummary> |
Applications.listNext(String nextPageLink,
ApplicationListNextOptions applicationListNextOptions)
Lists all of the applications available in the specified account.
|
rx.Observable<Page<ApplicationSummary>> |
Applications.listNextAsync(String nextPageLink)
Lists all of the applications available in the specified account.
|
rx.Observable<Page<ApplicationSummary>> |
Applications.listNextAsync(String nextPageLink,
ApplicationListNextOptions applicationListNextOptions)
Lists all of the applications available in the specified account.
|
ServiceFuture<List<ApplicationSummary>> |
Applications.listNextAsync(String nextPageLink,
ApplicationListNextOptions applicationListNextOptions,
ServiceFuture<List<ApplicationSummary>> serviceFuture,
ListOperationCallback<ApplicationSummary> serviceCallback)
Lists all of the applications available in the specified account.
|
ServiceFuture<List<ApplicationSummary>> |
Applications.listNextAsync(String nextPageLink,
ServiceFuture<List<ApplicationSummary>> serviceFuture,
ListOperationCallback<ApplicationSummary> serviceCallback)
Lists all of the applications available in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<ApplicationSummary>,ApplicationListHeaders>> |
Applications.listNextWithServiceResponseAsync(String nextPageLink)
Lists all of the applications available in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<ApplicationSummary>,ApplicationListHeaders>> |
Applications.listNextWithServiceResponseAsync(String nextPageLink,
ApplicationListNextOptions applicationListNextOptions)
Lists all of the applications available in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<ApplicationSummary>,ApplicationListHeaders>> |
Applications.listWithServiceResponseAsync()
Lists all of the applications available in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<ApplicationSummary>,ApplicationListHeaders>> |
Applications.listWithServiceResponseAsync(ApplicationListOptions applicationListOptions)
Lists all of the applications available in the specified account.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<ApplicationSummary> |
Applications.getAsync(String applicationId,
ApplicationGetOptions applicationGetOptions,
ServiceCallback<ApplicationSummary> serviceCallback)
Gets information about the specified application.
|
ServiceFuture<ApplicationSummary> |
Applications.getAsync(String applicationId,
ServiceCallback<ApplicationSummary> serviceCallback)
Gets information about the specified application.
|
ServiceFuture<List<ApplicationSummary>> |
Applications.listAsync(ApplicationListOptions applicationListOptions,
ListOperationCallback<ApplicationSummary> serviceCallback)
Lists all of the applications available in the specified account.
|
ServiceFuture<List<ApplicationSummary>> |
Applications.listAsync(ListOperationCallback<ApplicationSummary> serviceCallback)
Lists all of the applications available in the specified account.
|
ServiceFuture<List<ApplicationSummary>> |
Applications.listNextAsync(String nextPageLink,
ApplicationListNextOptions applicationListNextOptions,
ServiceFuture<List<ApplicationSummary>> serviceFuture,
ListOperationCallback<ApplicationSummary> serviceCallback)
Lists all of the applications available in the specified account.
|
ServiceFuture<List<ApplicationSummary>> |
Applications.listNextAsync(String nextPageLink,
ApplicationListNextOptions applicationListNextOptions,
ServiceFuture<List<ApplicationSummary>> serviceFuture,
ListOperationCallback<ApplicationSummary> serviceCallback)
Lists all of the applications available in the specified account.
|
ServiceFuture<List<ApplicationSummary>> |
Applications.listNextAsync(String nextPageLink,
ServiceFuture<List<ApplicationSummary>> serviceFuture,
ListOperationCallback<ApplicationSummary> serviceCallback)
Lists all of the applications available in the specified account.
|
ServiceFuture<List<ApplicationSummary>> |
Applications.listNextAsync(String nextPageLink,
ServiceFuture<List<ApplicationSummary>> serviceFuture,
ListOperationCallback<ApplicationSummary> serviceCallback)
Lists all of the applications available in the specified account.
|
Modifier and Type | Method and Description |
---|---|
ApplicationSummary |
ApplicationSummary.withDisplayName(String displayName)
Set the displayName value.
|
ApplicationSummary |
ApplicationSummary.withId(String id)
Set the id value.
|
ApplicationSummary |
ApplicationSummary.withVersions(List<String> versions)
Set the versions value.
|
Copyright © 2019. All rights reserved.