ApplicationsInner Class
- java.
lang. Object - com.
microsoft. azure. management. batch. implementation. ApplicationsInner
- com.
public class ApplicationsInner
An instance of this class provides access to all the operations defined in Applications.
Constructor Summary
Constructor | Description |
---|---|
ApplicationsInner(Retrofit retrofit, BatchManagementClientImpl client) |
Initializes an instance of ApplicationsInner. |
Method Summary
Constructor Details
ApplicationsInner
public ApplicationsInner(Retrofit retrofit, BatchManagementClientImpl client)
Initializes an instance of ApplicationsInner.
Parameters:
Method Details
create
public ApplicationInner create(String resourceGroupName, String accountName, String applicationName)
Adds an application to the specified Batch account.
Parameters:
Returns:
Throws:
create
public ApplicationInner create(String resourceGroupName, String accountName, String applicationName, ApplicationInner parameters)
Adds an application to the specified Batch account.
Parameters:
Returns:
Throws:
createAsync
public Observable
Adds an application to the specified Batch account.
Parameters:
Returns:
Throws:
createAsync
public Observable
Adds an application to the specified Batch account.
Parameters:
Returns:
Throws:
createAsync
public ServiceFuture
Adds an application to the specified Batch account.
Parameters:
Returns:
Throws:
createAsync
public ServiceFuture
Adds an application to the specified Batch account.
Parameters:
Returns:
Throws:
createWithServiceResponseAsync
public Observable
Adds an application to the specified Batch account.
Parameters:
Returns:
Throws:
createWithServiceResponseAsync
public Observable
Adds an application to the specified Batch account.
Parameters:
Returns:
Throws:
delete
public void delete(String resourceGroupName, String accountName, String applicationName)
Deletes an application.
Parameters:
Throws:
deleteAsync
public Observable
Deletes an application.
Parameters:
Returns:
Throws:
deleteAsync
public ServiceFuture
Deletes an application.
Parameters:
Returns:
Throws:
deleteWithServiceResponseAsync
public Observable
Deletes an application.
Parameters:
Returns:
Throws:
get
public ApplicationInner get(String resourceGroupName, String accountName, String applicationName)
Gets information about the specified application.
Parameters:
Returns:
Throws:
getAsync
public Observable
Gets information about the specified application.
Parameters:
Returns:
Throws:
getAsync
public ServiceFuture
Gets information about the specified application.
Parameters:
Returns:
Throws:
getWithServiceResponseAsync
public Observable
Gets information about the specified application.
Parameters:
Returns:
Throws:
list
public PagedList
Lists all of the applications in the specified account.
Parameters:
Returns:
Throws:
list
public PagedList
Lists all of the applications in the specified account.
Parameters:
Returns:
Throws:
listAsync
public Observable
Lists all of the applications in the specified account.
Parameters:
Returns:
Throws:
listAsync
public Observable
Lists all of the applications in the specified account.
Parameters:
Returns:
Throws:
listAsync
public ServiceFuture> listAsync(final String resourceGroupName, final String accountName, final Integer maxresults, final ListOperationCallback
Lists all of the applications in the specified account.
Parameters:
Returns:
Throws:
listAsync
public ServiceFuture> listAsync(final String resourceGroupName, final String accountName, final ListOperationCallback
Lists all of the applications in the specified account.
Parameters:
Returns:
Throws:
listNext
public PagedList
Lists all of the applications in the specified account.
Parameters:
Returns:
Throws:
listNextAsync
public Observable
Lists all of the applications in the specified account.
Parameters:
Returns:
Throws:
listNextAsync
public ServiceFuture> listNextAsync(final String nextPageLink, final ServiceFuture
> serviceFuture, final ListOperationCallback
Lists all of the applications in the specified account.
Parameters:
Returns:
Throws:
listNextSinglePageAsync
public Observable
Lists all of the applications in the specified account.
ServiceResponse<PageImpl<ApplicationInner>> *
Parameters:
Returns:
Throws:
listNextWithServiceResponseAsync
public Observable
Lists all of the applications in the specified account.
Parameters:
Returns:
Throws:
listSinglePageAsync
public Observable
Lists all of the applications in the specified account.
Parameters:
Returns:
Throws:
listSinglePageAsync
public Observable
Lists all of the applications in the specified account.
ServiceResponse<PageImpl<ApplicationInner>> *
Parameters:
Returns:
Throws:
listWithServiceResponseAsync
public Observable
Lists all of the applications in the specified account.
Parameters:
Returns:
Throws:
listWithServiceResponseAsync
public Observable
Lists all of the applications in the specified account.
Parameters:
Returns:
Throws:
update
public ApplicationInner update(String resourceGroupName, String accountName, String applicationName, ApplicationInner parameters)
Updates settings for the specified application.
Parameters:
Returns:
Throws:
updateAsync
public Observable
Updates settings for the specified application.
Parameters:
Returns:
Throws:
updateAsync
public ServiceFuture
Updates settings for the specified application.
Parameters:
Returns:
Throws:
updateWithServiceResponseAsync
public Observable
Updates settings for the specified application.
Parameters:
Returns:
Throws:
Applies to
Azure SDK for Java