azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.batch.p...

431 строка
52 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.batch.protocol.Applications"
fullName: "com.microsoft.azure.batch.protocol.Applications"
name: "Applications"
nameWithType: "Applications"
summary: "An instance of this class provides access to all the operations defined in Applications."
syntax: "public interface **Applications**"
methods:
- uid: "com.microsoft.azure.batch.protocol.Applications.get(java.lang.String)"
fullName: "com.microsoft.azure.batch.protocol.Applications.get(String applicationId)"
name: "get(String applicationId)"
nameWithType: "Applications.get(String applicationId)"
summary: "Gets information about the specified Application."
modifiers:
- "abstract"
parameters:
- description: "The ID of the Application."
name: "applicationId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ApplicationSummary get(String applicationId)"
desc: "Gets information about the specified Application. This operation returns only Applications and versions that are available for use on Compute Nodes; that is, that can be used in an Package reference. For administrator information about Applications and versions that are not yet available to Compute Nodes, use the Azure portal or the Azure Resource Manager API."
returns:
description: "the ApplicationSummary object if successful."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary?alt=com.microsoft.azure.batch.protocol.models.ApplicationSummary&text=ApplicationSummary\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.Applications.get(java.lang.String,com.microsoft.azure.batch.protocol.models.ApplicationGetOptions)"
fullName: "com.microsoft.azure.batch.protocol.Applications.get(String applicationId, ApplicationGetOptions applicationGetOptions)"
name: "get(String applicationId, ApplicationGetOptions applicationGetOptions)"
nameWithType: "Applications.get(String applicationId, ApplicationGetOptions applicationGetOptions)"
summary: "Gets information about the specified Application."
modifiers:
- "abstract"
parameters:
- description: "The ID of the Application."
name: "applicationId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Additional parameters for the operation"
name: "applicationGetOptions"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationGetOptions?alt=com.microsoft.azure.batch.protocol.models.ApplicationGetOptions&text=ApplicationGetOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ApplicationSummary get(String applicationId, ApplicationGetOptions applicationGetOptions)"
desc: "Gets information about the specified Application. This operation returns only Applications and versions that are available for use on Compute Nodes; that is, that can be used in an Package reference. For administrator information about Applications and versions that are not yet available to Compute Nodes, use the Azure portal or the Azure Resource Manager API."
returns:
description: "the ApplicationSummary object if successful."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary?alt=com.microsoft.azure.batch.protocol.models.ApplicationSummary&text=ApplicationSummary\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.Applications.getAsync(java.lang.String)"
fullName: "com.microsoft.azure.batch.protocol.Applications.getAsync(String applicationId)"
name: "getAsync(String applicationId)"
nameWithType: "Applications.getAsync(String applicationId)"
summary: "Gets information about the specified Application."
modifiers:
- "abstract"
parameters:
- description: "The ID of the Application."
name: "applicationId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Observable<ApplicationSummary> getAsync(String applicationId)"
desc: "Gets information about the specified Application. This operation returns only Applications and versions that are available for use on Compute Nodes; that is, that can be used in an Package reference. For administrator information about Applications and versions that are not yet available to Compute Nodes, use the Azure portal or the Azure Resource Manager API."
returns:
description: "the observable to the ApplicationSummary object"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary?alt=com.microsoft.azure.batch.protocol.models.ApplicationSummary&text=ApplicationSummary\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.batch.protocol.Applications.getAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.ApplicationGetOptions)"
fullName: "com.microsoft.azure.batch.protocol.Applications.getAsync(String applicationId, ApplicationGetOptions applicationGetOptions)"
name: "getAsync(String applicationId, ApplicationGetOptions applicationGetOptions)"
nameWithType: "Applications.getAsync(String applicationId, ApplicationGetOptions applicationGetOptions)"
summary: "Gets information about the specified Application."
modifiers:
- "abstract"
parameters:
- description: "The ID of the Application."
name: "applicationId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Additional parameters for the operation"
name: "applicationGetOptions"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationGetOptions?alt=com.microsoft.azure.batch.protocol.models.ApplicationGetOptions&text=ApplicationGetOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<ApplicationSummary> getAsync(String applicationId, ApplicationGetOptions applicationGetOptions)"
desc: "Gets information about the specified Application. This operation returns only Applications and versions that are available for use on Compute Nodes; that is, that can be used in an Package reference. For administrator information about Applications and versions that are not yet available to Compute Nodes, use the Azure portal or the Azure Resource Manager API."
returns:
description: "the observable to the ApplicationSummary object"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary?alt=com.microsoft.azure.batch.protocol.models.ApplicationSummary&text=ApplicationSummary\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.batch.protocol.Applications.getAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.ApplicationGetOptions,com.microsoft.rest.ServiceCallback<com.microsoft.azure.batch.protocol.models.ApplicationSummary>)"
fullName: "com.microsoft.azure.batch.protocol.Applications.getAsync(String applicationId, ApplicationGetOptions applicationGetOptions, ServiceCallback<ApplicationSummary> serviceCallback)"
name: "getAsync(String applicationId, ApplicationGetOptions applicationGetOptions, ServiceCallback<ApplicationSummary> serviceCallback)"
nameWithType: "Applications.getAsync(String applicationId, ApplicationGetOptions applicationGetOptions, ServiceCallback<ApplicationSummary> serviceCallback)"
summary: "Gets information about the specified Application."
modifiers:
- "abstract"
parameters:
- description: "The ID of the Application."
name: "applicationId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Additional parameters for the operation"
name: "applicationGetOptions"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationGetOptions?alt=com.microsoft.azure.batch.protocol.models.ApplicationGetOptions&text=ApplicationGetOptions\" data-throw-if-not-resolved=\"False\" />"
- description: "the async ServiceCallback to handle successful and failed responses."
name: "serviceCallback"
type: "<xref href=\"com.microsoft.rest.ServiceCallback?alt=com.microsoft.rest.ServiceCallback&text=ServiceCallback\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary?alt=com.microsoft.azure.batch.protocol.models.ApplicationSummary&text=ApplicationSummary\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract ServiceFuture<ApplicationSummary> getAsync(String applicationId, ApplicationGetOptions applicationGetOptions, ServiceCallback<ApplicationSummary> serviceCallback)"
desc: "Gets information about the specified Application. This operation returns only Applications and versions that are available for use on Compute Nodes; that is, that can be used in an Package reference. For administrator information about Applications and versions that are not yet available to Compute Nodes, use the Azure portal or the Azure Resource Manager API."
returns:
description: "the <xref uid=\"com.microsoft.rest.ServiceFuture\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceFuture\"></xref> object"
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary?alt=com.microsoft.azure.batch.protocol.models.ApplicationSummary&text=ApplicationSummary\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.batch.protocol.Applications.getAsync(java.lang.String,com.microsoft.rest.ServiceCallback<com.microsoft.azure.batch.protocol.models.ApplicationSummary>)"
fullName: "com.microsoft.azure.batch.protocol.Applications.getAsync(String applicationId, ServiceCallback<ApplicationSummary> serviceCallback)"
name: "getAsync(String applicationId, ServiceCallback<ApplicationSummary> serviceCallback)"
nameWithType: "Applications.getAsync(String applicationId, ServiceCallback<ApplicationSummary> serviceCallback)"
summary: "Gets information about the specified Application."
modifiers:
- "abstract"
parameters:
- description: "The ID of the Application."
name: "applicationId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the async ServiceCallback to handle successful and failed responses."
name: "serviceCallback"
type: "<xref href=\"com.microsoft.rest.ServiceCallback?alt=com.microsoft.rest.ServiceCallback&text=ServiceCallback\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary?alt=com.microsoft.azure.batch.protocol.models.ApplicationSummary&text=ApplicationSummary\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract ServiceFuture<ApplicationSummary> getAsync(String applicationId, ServiceCallback<ApplicationSummary> serviceCallback)"
desc: "Gets information about the specified Application. This operation returns only Applications and versions that are available for use on Compute Nodes; that is, that can be used in an Package reference. For administrator information about Applications and versions that are not yet available to Compute Nodes, use the Azure portal or the Azure Resource Manager API."
returns:
description: "the <xref uid=\"com.microsoft.rest.ServiceFuture\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceFuture\"></xref> object"
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary?alt=com.microsoft.azure.batch.protocol.models.ApplicationSummary&text=ApplicationSummary\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.batch.protocol.Applications.getWithServiceResponseAsync(java.lang.String)"
fullName: "com.microsoft.azure.batch.protocol.Applications.getWithServiceResponseAsync(String applicationId)"
name: "getWithServiceResponseAsync(String applicationId)"
nameWithType: "Applications.getWithServiceResponseAsync(String applicationId)"
summary: "Gets information about the specified Application."
modifiers:
- "abstract"
parameters:
- description: "The ID of the Application."
name: "applicationId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Observable<ServiceResponseWithHeaders<ApplicationSummary,ApplicationGetHeaders>> getWithServiceResponseAsync(String applicationId)"
desc: "Gets information about the specified Application. This operation returns only Applications and versions that are available for use on Compute Nodes; that is, that can be used in an Package reference. For administrator information about Applications and versions that are not yet available to Compute Nodes, use the Azure portal or the Azure Resource Manager API."
returns:
description: "the observable to the ApplicationSummary object"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.rest.ServiceResponseWithHeaders?alt=com.microsoft.rest.ServiceResponseWithHeaders&text=ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary?alt=com.microsoft.azure.batch.protocol.models.ApplicationSummary&text=ApplicationSummary\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationGetHeaders?alt=com.microsoft.azure.batch.protocol.models.ApplicationGetHeaders&text=ApplicationGetHeaders\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.batch.protocol.Applications.getWithServiceResponseAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.ApplicationGetOptions)"
fullName: "com.microsoft.azure.batch.protocol.Applications.getWithServiceResponseAsync(String applicationId, ApplicationGetOptions applicationGetOptions)"
name: "getWithServiceResponseAsync(String applicationId, ApplicationGetOptions applicationGetOptions)"
nameWithType: "Applications.getWithServiceResponseAsync(String applicationId, ApplicationGetOptions applicationGetOptions)"
summary: "Gets information about the specified Application."
modifiers:
- "abstract"
parameters:
- description: "The ID of the Application."
name: "applicationId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Additional parameters for the operation"
name: "applicationGetOptions"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationGetOptions?alt=com.microsoft.azure.batch.protocol.models.ApplicationGetOptions&text=ApplicationGetOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<ServiceResponseWithHeaders<ApplicationSummary,ApplicationGetHeaders>> getWithServiceResponseAsync(String applicationId, ApplicationGetOptions applicationGetOptions)"
desc: "Gets information about the specified Application. This operation returns only Applications and versions that are available for use on Compute Nodes; that is, that can be used in an Package reference. For administrator information about Applications and versions that are not yet available to Compute Nodes, use the Azure portal or the Azure Resource Manager API."
returns:
description: "the observable to the ApplicationSummary object"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.rest.ServiceResponseWithHeaders?alt=com.microsoft.rest.ServiceResponseWithHeaders&text=ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary?alt=com.microsoft.azure.batch.protocol.models.ApplicationSummary&text=ApplicationSummary\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationGetHeaders?alt=com.microsoft.azure.batch.protocol.models.ApplicationGetHeaders&text=ApplicationGetHeaders\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.batch.protocol.Applications.list()"
fullName: "com.microsoft.azure.batch.protocol.Applications.list()"
name: "list()"
nameWithType: "Applications.list()"
summary: "Lists all of the applications available in the specified Account."
modifiers:
- "abstract"
syntax: "public abstract PagedList<ApplicationSummary> list()"
desc: "Lists all of the applications available in the specified Account. This operation returns only Applications and versions that are available for use on Compute Nodes; that is, that can be used in an Package reference. For administrator information about applications and versions that are not yet available to Compute Nodes, use the Azure portal or the Azure Resource Manager API."
returns:
description: "the PagedList&lt;ApplicationSummary&gt; object if successful."
type: "<xref href=\"com.microsoft.azure.PagedList?alt=com.microsoft.azure.PagedList&text=PagedList\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary?alt=com.microsoft.azure.batch.protocol.models.ApplicationSummary&text=ApplicationSummary\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.batch.protocol.Applications.list(com.microsoft.azure.batch.protocol.models.ApplicationListOptions)"
fullName: "com.microsoft.azure.batch.protocol.Applications.list(ApplicationListOptions applicationListOptions)"
name: "list(ApplicationListOptions applicationListOptions)"
nameWithType: "Applications.list(ApplicationListOptions applicationListOptions)"
summary: "Lists all of the applications available in the specified Account."
modifiers:
- "abstract"
parameters:
- description: "Additional parameters for the operation"
name: "applicationListOptions"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationListOptions?alt=com.microsoft.azure.batch.protocol.models.ApplicationListOptions&text=ApplicationListOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedList<ApplicationSummary> list(ApplicationListOptions applicationListOptions)"
desc: "Lists all of the applications available in the specified Account. This operation returns only Applications and versions that are available for use on Compute Nodes; that is, that can be used in an Package reference. For administrator information about applications and versions that are not yet available to Compute Nodes, use the Azure portal or the Azure Resource Manager API."
returns:
description: "the PagedList&lt;ApplicationSummary&gt; object if successful."
type: "<xref href=\"com.microsoft.azure.PagedList?alt=com.microsoft.azure.PagedList&text=PagedList\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary?alt=com.microsoft.azure.batch.protocol.models.ApplicationSummary&text=ApplicationSummary\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.batch.protocol.Applications.listAsync()"
fullName: "com.microsoft.azure.batch.protocol.Applications.listAsync()"
name: "listAsync()"
nameWithType: "Applications.listAsync()"
summary: "Lists all of the applications available in the specified Account."
modifiers:
- "abstract"
syntax: "public abstract Observable<Page<ApplicationSummary>> listAsync()"
desc: "Lists all of the applications available in the specified Account. This operation returns only Applications and versions that are available for use on Compute Nodes; that is, that can be used in an Package reference. For administrator information about applications and versions that are not yet available to Compute Nodes, use the Azure portal or the Azure Resource Manager API."
returns:
description: "the observable to the PagedList&lt;ApplicationSummary&gt; object"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.Page?alt=com.microsoft.azure.Page&text=Page\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary?alt=com.microsoft.azure.batch.protocol.models.ApplicationSummary&text=ApplicationSummary\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.batch.protocol.Applications.listAsync(com.microsoft.azure.ListOperationCallback<com.microsoft.azure.batch.protocol.models.ApplicationSummary>)"
fullName: "com.microsoft.azure.batch.protocol.Applications.listAsync(ListOperationCallback<ApplicationSummary> serviceCallback)"
name: "listAsync(ListOperationCallback<ApplicationSummary> serviceCallback)"
nameWithType: "Applications.listAsync(ListOperationCallback<ApplicationSummary> serviceCallback)"
summary: "Lists all of the applications available in the specified Account."
modifiers:
- "abstract"
parameters:
- description: "the async ServiceCallback to handle successful and failed responses."
name: "serviceCallback"
type: "<xref href=\"com.microsoft.azure.ListOperationCallback?alt=com.microsoft.azure.ListOperationCallback&text=ListOperationCallback\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary?alt=com.microsoft.azure.batch.protocol.models.ApplicationSummary&text=ApplicationSummary\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract ServiceFuture<List<ApplicationSummary>> listAsync(ListOperationCallback<ApplicationSummary> serviceCallback)"
desc: "Lists all of the applications available in the specified Account. This operation returns only Applications and versions that are available for use on Compute Nodes; that is, that can be used in an Package reference. For administrator information about applications and versions that are not yet available to Compute Nodes, use the Azure portal or the Azure Resource Manager API."
returns:
description: "the <xref uid=\"com.microsoft.rest.ServiceFuture\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceFuture\"></xref> object"
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary?alt=com.microsoft.azure.batch.protocol.models.ApplicationSummary&text=ApplicationSummary\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.batch.protocol.Applications.listAsync(com.microsoft.azure.batch.protocol.models.ApplicationListOptions)"
fullName: "com.microsoft.azure.batch.protocol.Applications.listAsync(ApplicationListOptions applicationListOptions)"
name: "listAsync(ApplicationListOptions applicationListOptions)"
nameWithType: "Applications.listAsync(ApplicationListOptions applicationListOptions)"
summary: "Lists all of the applications available in the specified Account."
modifiers:
- "abstract"
parameters:
- description: "Additional parameters for the operation"
name: "applicationListOptions"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationListOptions?alt=com.microsoft.azure.batch.protocol.models.ApplicationListOptions&text=ApplicationListOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<Page<ApplicationSummary>> listAsync(ApplicationListOptions applicationListOptions)"
desc: "Lists all of the applications available in the specified Account. This operation returns only Applications and versions that are available for use on Compute Nodes; that is, that can be used in an Package reference. For administrator information about applications and versions that are not yet available to Compute Nodes, use the Azure portal or the Azure Resource Manager API."
returns:
description: "the observable to the PagedList&lt;ApplicationSummary&gt; object"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.Page?alt=com.microsoft.azure.Page&text=Page\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary?alt=com.microsoft.azure.batch.protocol.models.ApplicationSummary&text=ApplicationSummary\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.batch.protocol.Applications.listAsync(com.microsoft.azure.batch.protocol.models.ApplicationListOptions,com.microsoft.azure.ListOperationCallback<com.microsoft.azure.batch.protocol.models.ApplicationSummary>)"
fullName: "com.microsoft.azure.batch.protocol.Applications.listAsync(ApplicationListOptions applicationListOptions, ListOperationCallback<ApplicationSummary> serviceCallback)"
name: "listAsync(ApplicationListOptions applicationListOptions, ListOperationCallback<ApplicationSummary> serviceCallback)"
nameWithType: "Applications.listAsync(ApplicationListOptions applicationListOptions, ListOperationCallback<ApplicationSummary> serviceCallback)"
summary: "Lists all of the applications available in the specified Account."
modifiers:
- "abstract"
parameters:
- description: "Additional parameters for the operation"
name: "applicationListOptions"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationListOptions?alt=com.microsoft.azure.batch.protocol.models.ApplicationListOptions&text=ApplicationListOptions\" data-throw-if-not-resolved=\"False\" />"
- description: "the async ServiceCallback to handle successful and failed responses."
name: "serviceCallback"
type: "<xref href=\"com.microsoft.azure.ListOperationCallback?alt=com.microsoft.azure.ListOperationCallback&text=ListOperationCallback\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary?alt=com.microsoft.azure.batch.protocol.models.ApplicationSummary&text=ApplicationSummary\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract ServiceFuture<List<ApplicationSummary>> listAsync(ApplicationListOptions applicationListOptions, ListOperationCallback<ApplicationSummary> serviceCallback)"
desc: "Lists all of the applications available in the specified Account. This operation returns only Applications and versions that are available for use on Compute Nodes; that is, that can be used in an Package reference. For administrator information about applications and versions that are not yet available to Compute Nodes, use the Azure portal or the Azure Resource Manager API."
returns:
description: "the <xref uid=\"com.microsoft.rest.ServiceFuture\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceFuture\"></xref> object"
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary?alt=com.microsoft.azure.batch.protocol.models.ApplicationSummary&text=ApplicationSummary\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.batch.protocol.Applications.listNext(java.lang.String)"
fullName: "com.microsoft.azure.batch.protocol.Applications.listNext(String nextPageLink)"
name: "listNext(String nextPageLink)"
nameWithType: "Applications.listNext(String nextPageLink)"
summary: "Lists all of the applications available in the specified Account."
modifiers:
- "abstract"
parameters:
- description: "The NextLink from the previous successful call to List operation."
name: "nextPageLink"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedList<ApplicationSummary> listNext(String nextPageLink)"
desc: "Lists all of the applications available in the specified Account. This operation returns only Applications and versions that are available for use on Compute Nodes; that is, that can be used in an Package reference. For administrator information about applications and versions that are not yet available to Compute Nodes, use the Azure portal or the Azure Resource Manager API."
returns:
description: "the PagedList&lt;ApplicationSummary&gt; object if successful."
type: "<xref href=\"com.microsoft.azure.PagedList?alt=com.microsoft.azure.PagedList&text=PagedList\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary?alt=com.microsoft.azure.batch.protocol.models.ApplicationSummary&text=ApplicationSummary\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.batch.protocol.Applications.listNext(java.lang.String,com.microsoft.azure.batch.protocol.models.ApplicationListNextOptions)"
fullName: "com.microsoft.azure.batch.protocol.Applications.listNext(String nextPageLink, ApplicationListNextOptions applicationListNextOptions)"
name: "listNext(String nextPageLink, ApplicationListNextOptions applicationListNextOptions)"
nameWithType: "Applications.listNext(String nextPageLink, ApplicationListNextOptions applicationListNextOptions)"
summary: "Lists all of the applications available in the specified Account."
modifiers:
- "abstract"
parameters:
- description: "The NextLink from the previous successful call to List operation."
name: "nextPageLink"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Additional parameters for the operation"
name: "applicationListNextOptions"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationListNextOptions?alt=com.microsoft.azure.batch.protocol.models.ApplicationListNextOptions&text=ApplicationListNextOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedList<ApplicationSummary> listNext(String nextPageLink, ApplicationListNextOptions applicationListNextOptions)"
desc: "Lists all of the applications available in the specified Account. This operation returns only Applications and versions that are available for use on Compute Nodes; that is, that can be used in an Package reference. For administrator information about applications and versions that are not yet available to Compute Nodes, use the Azure portal or the Azure Resource Manager API."
returns:
description: "the PagedList&lt;ApplicationSummary&gt; object if successful."
type: "<xref href=\"com.microsoft.azure.PagedList?alt=com.microsoft.azure.PagedList&text=PagedList\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary?alt=com.microsoft.azure.batch.protocol.models.ApplicationSummary&text=ApplicationSummary\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.batch.protocol.Applications.listNextAsync(java.lang.String)"
fullName: "com.microsoft.azure.batch.protocol.Applications.listNextAsync(String nextPageLink)"
name: "listNextAsync(String nextPageLink)"
nameWithType: "Applications.listNextAsync(String nextPageLink)"
summary: "Lists all of the applications available in the specified Account."
modifiers:
- "abstract"
parameters:
- description: "The NextLink from the previous successful call to List operation."
name: "nextPageLink"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Observable<Page<ApplicationSummary>> listNextAsync(String nextPageLink)"
desc: "Lists all of the applications available in the specified Account. This operation returns only Applications and versions that are available for use on Compute Nodes; that is, that can be used in an Package reference. For administrator information about applications and versions that are not yet available to Compute Nodes, use the Azure portal or the Azure Resource Manager API."
returns:
description: "the observable to the PagedList&lt;ApplicationSummary&gt; object"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.Page?alt=com.microsoft.azure.Page&text=Page\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary?alt=com.microsoft.azure.batch.protocol.models.ApplicationSummary&text=ApplicationSummary\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.batch.protocol.Applications.listNextAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.ApplicationListNextOptions)"
fullName: "com.microsoft.azure.batch.protocol.Applications.listNextAsync(String nextPageLink, ApplicationListNextOptions applicationListNextOptions)"
name: "listNextAsync(String nextPageLink, ApplicationListNextOptions applicationListNextOptions)"
nameWithType: "Applications.listNextAsync(String nextPageLink, ApplicationListNextOptions applicationListNextOptions)"
summary: "Lists all of the applications available in the specified Account."
modifiers:
- "abstract"
parameters:
- description: "The NextLink from the previous successful call to List operation."
name: "nextPageLink"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Additional parameters for the operation"
name: "applicationListNextOptions"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationListNextOptions?alt=com.microsoft.azure.batch.protocol.models.ApplicationListNextOptions&text=ApplicationListNextOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<Page<ApplicationSummary>> listNextAsync(String nextPageLink, ApplicationListNextOptions applicationListNextOptions)"
desc: "Lists all of the applications available in the specified Account. This operation returns only Applications and versions that are available for use on Compute Nodes; that is, that can be used in an Package reference. For administrator information about applications and versions that are not yet available to Compute Nodes, use the Azure portal or the Azure Resource Manager API."
returns:
description: "the observable to the PagedList&lt;ApplicationSummary&gt; object"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.Page?alt=com.microsoft.azure.Page&text=Page\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary?alt=com.microsoft.azure.batch.protocol.models.ApplicationSummary&text=ApplicationSummary\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.batch.protocol.Applications.listNextAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.ApplicationListNextOptions,com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.batch.protocol.models.ApplicationSummary>>,com.microsoft.azure.ListOperationCallback<com.microsoft.azure.batch.protocol.models.ApplicationSummary>)"
fullName: "com.microsoft.azure.batch.protocol.Applications.listNextAsync(String nextPageLink, ApplicationListNextOptions applicationListNextOptions, ServiceFuture<List<ApplicationSummary>> serviceFuture, ListOperationCallback<ApplicationSummary> serviceCallback)"
name: "listNextAsync(String nextPageLink, ApplicationListNextOptions applicationListNextOptions, ServiceFuture<List<ApplicationSummary>> serviceFuture, ListOperationCallback<ApplicationSummary> serviceCallback)"
nameWithType: "Applications.listNextAsync(String nextPageLink, ApplicationListNextOptions applicationListNextOptions, ServiceFuture<List<ApplicationSummary>> serviceFuture, ListOperationCallback<ApplicationSummary> serviceCallback)"
summary: "Lists all of the applications available in the specified Account."
modifiers:
- "abstract"
parameters:
- description: "The NextLink from the previous successful call to List operation."
name: "nextPageLink"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Additional parameters for the operation"
name: "applicationListNextOptions"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationListNextOptions?alt=com.microsoft.azure.batch.protocol.models.ApplicationListNextOptions&text=ApplicationListNextOptions\" data-throw-if-not-resolved=\"False\" />"
- description: "the ServiceFuture object tracking the Retrofit calls"
name: "serviceFuture"
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary?alt=com.microsoft.azure.batch.protocol.models.ApplicationSummary&text=ApplicationSummary\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- description: "the async ServiceCallback to handle successful and failed responses."
name: "serviceCallback"
type: "<xref href=\"com.microsoft.azure.ListOperationCallback?alt=com.microsoft.azure.ListOperationCallback&text=ListOperationCallback\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary?alt=com.microsoft.azure.batch.protocol.models.ApplicationSummary&text=ApplicationSummary\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract ServiceFuture<List<ApplicationSummary>> listNextAsync(String nextPageLink, ApplicationListNextOptions applicationListNextOptions, ServiceFuture<List<ApplicationSummary>> serviceFuture, ListOperationCallback<ApplicationSummary> serviceCallback)"
desc: "Lists all of the applications available in the specified Account. This operation returns only Applications and versions that are available for use on Compute Nodes; that is, that can be used in an Package reference. For administrator information about applications and versions that are not yet available to Compute Nodes, use the Azure portal or the Azure Resource Manager API."
returns:
description: "the <xref uid=\"com.microsoft.rest.ServiceFuture\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceFuture\"></xref> object"
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary?alt=com.microsoft.azure.batch.protocol.models.ApplicationSummary&text=ApplicationSummary\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.batch.protocol.Applications.listNextAsync(java.lang.String,com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.batch.protocol.models.ApplicationSummary>>,com.microsoft.azure.ListOperationCallback<com.microsoft.azure.batch.protocol.models.ApplicationSummary>)"
fullName: "com.microsoft.azure.batch.protocol.Applications.listNextAsync(String nextPageLink, ServiceFuture<List<ApplicationSummary>> serviceFuture, ListOperationCallback<ApplicationSummary> serviceCallback)"
name: "listNextAsync(String nextPageLink, ServiceFuture<List<ApplicationSummary>> serviceFuture, ListOperationCallback<ApplicationSummary> serviceCallback)"
nameWithType: "Applications.listNextAsync(String nextPageLink, ServiceFuture<List<ApplicationSummary>> serviceFuture, ListOperationCallback<ApplicationSummary> serviceCallback)"
summary: "Lists all of the applications available in the specified Account."
modifiers:
- "abstract"
parameters:
- description: "The NextLink from the previous successful call to List operation."
name: "nextPageLink"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the ServiceFuture object tracking the Retrofit calls"
name: "serviceFuture"
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary?alt=com.microsoft.azure.batch.protocol.models.ApplicationSummary&text=ApplicationSummary\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- description: "the async ServiceCallback to handle successful and failed responses."
name: "serviceCallback"
type: "<xref href=\"com.microsoft.azure.ListOperationCallback?alt=com.microsoft.azure.ListOperationCallback&text=ListOperationCallback\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary?alt=com.microsoft.azure.batch.protocol.models.ApplicationSummary&text=ApplicationSummary\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract ServiceFuture<List<ApplicationSummary>> listNextAsync(String nextPageLink, ServiceFuture<List<ApplicationSummary>> serviceFuture, ListOperationCallback<ApplicationSummary> serviceCallback)"
desc: "Lists all of the applications available in the specified Account. This operation returns only Applications and versions that are available for use on Compute Nodes; that is, that can be used in an Package reference. For administrator information about applications and versions that are not yet available to Compute Nodes, use the Azure portal or the Azure Resource Manager API."
returns:
description: "the <xref uid=\"com.microsoft.rest.ServiceFuture\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceFuture\"></xref> object"
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary?alt=com.microsoft.azure.batch.protocol.models.ApplicationSummary&text=ApplicationSummary\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.batch.protocol.Applications.listNextWithServiceResponseAsync(java.lang.String)"
fullName: "com.microsoft.azure.batch.protocol.Applications.listNextWithServiceResponseAsync(String nextPageLink)"
name: "listNextWithServiceResponseAsync(String nextPageLink)"
nameWithType: "Applications.listNextWithServiceResponseAsync(String nextPageLink)"
summary: "Lists all of the applications available in the specified Account."
modifiers:
- "abstract"
parameters:
- description: "The NextLink from the previous successful call to List operation."
name: "nextPageLink"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Observable<ServiceResponseWithHeaders<Page<ApplicationSummary>,ApplicationListHeaders>> listNextWithServiceResponseAsync(String nextPageLink)"
desc: "Lists all of the applications available in the specified Account. This operation returns only Applications and versions that are available for use on Compute Nodes; that is, that can be used in an Package reference. For administrator information about applications and versions that are not yet available to Compute Nodes, use the Azure portal or the Azure Resource Manager API."
returns:
description: "the observable to the PagedList&lt;ApplicationSummary&gt; object"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.rest.ServiceResponseWithHeaders?alt=com.microsoft.rest.ServiceResponseWithHeaders&text=ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.Page?alt=com.microsoft.azure.Page&text=Page\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary?alt=com.microsoft.azure.batch.protocol.models.ApplicationSummary&text=ApplicationSummary\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationListHeaders?alt=com.microsoft.azure.batch.protocol.models.ApplicationListHeaders&text=ApplicationListHeaders\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.batch.protocol.Applications.listNextWithServiceResponseAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.ApplicationListNextOptions)"
fullName: "com.microsoft.azure.batch.protocol.Applications.listNextWithServiceResponseAsync(String nextPageLink, ApplicationListNextOptions applicationListNextOptions)"
name: "listNextWithServiceResponseAsync(String nextPageLink, ApplicationListNextOptions applicationListNextOptions)"
nameWithType: "Applications.listNextWithServiceResponseAsync(String nextPageLink, ApplicationListNextOptions applicationListNextOptions)"
summary: "Lists all of the applications available in the specified Account."
modifiers:
- "abstract"
parameters:
- description: "The NextLink from the previous successful call to List operation."
name: "nextPageLink"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Additional parameters for the operation"
name: "applicationListNextOptions"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationListNextOptions?alt=com.microsoft.azure.batch.protocol.models.ApplicationListNextOptions&text=ApplicationListNextOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<ServiceResponseWithHeaders<Page<ApplicationSummary>,ApplicationListHeaders>> listNextWithServiceResponseAsync(String nextPageLink, ApplicationListNextOptions applicationListNextOptions)"
desc: "Lists all of the applications available in the specified Account. This operation returns only Applications and versions that are available for use on Compute Nodes; that is, that can be used in an Package reference. For administrator information about applications and versions that are not yet available to Compute Nodes, use the Azure portal or the Azure Resource Manager API."
returns:
description: "the observable to the PagedList&lt;ApplicationSummary&gt; object"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.rest.ServiceResponseWithHeaders?alt=com.microsoft.rest.ServiceResponseWithHeaders&text=ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.Page?alt=com.microsoft.azure.Page&text=Page\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary?alt=com.microsoft.azure.batch.protocol.models.ApplicationSummary&text=ApplicationSummary\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationListHeaders?alt=com.microsoft.azure.batch.protocol.models.ApplicationListHeaders&text=ApplicationListHeaders\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.batch.protocol.Applications.listWithServiceResponseAsync()"
fullName: "com.microsoft.azure.batch.protocol.Applications.listWithServiceResponseAsync()"
name: "listWithServiceResponseAsync()"
nameWithType: "Applications.listWithServiceResponseAsync()"
summary: "Lists all of the applications available in the specified Account."
modifiers:
- "abstract"
syntax: "public abstract Observable<ServiceResponseWithHeaders<Page<ApplicationSummary>,ApplicationListHeaders>> listWithServiceResponseAsync()"
desc: "Lists all of the applications available in the specified Account. This operation returns only Applications and versions that are available for use on Compute Nodes; that is, that can be used in an Package reference. For administrator information about applications and versions that are not yet available to Compute Nodes, use the Azure portal or the Azure Resource Manager API."
returns:
description: "the observable to the PagedList&lt;ApplicationSummary&gt; object"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.rest.ServiceResponseWithHeaders?alt=com.microsoft.rest.ServiceResponseWithHeaders&text=ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.Page?alt=com.microsoft.azure.Page&text=Page\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary?alt=com.microsoft.azure.batch.protocol.models.ApplicationSummary&text=ApplicationSummary\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationListHeaders?alt=com.microsoft.azure.batch.protocol.models.ApplicationListHeaders&text=ApplicationListHeaders\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.batch.protocol.Applications.listWithServiceResponseAsync(com.microsoft.azure.batch.protocol.models.ApplicationListOptions)"
fullName: "com.microsoft.azure.batch.protocol.Applications.listWithServiceResponseAsync(ApplicationListOptions applicationListOptions)"
name: "listWithServiceResponseAsync(ApplicationListOptions applicationListOptions)"
nameWithType: "Applications.listWithServiceResponseAsync(ApplicationListOptions applicationListOptions)"
summary: "Lists all of the applications available in the specified Account."
modifiers:
- "abstract"
parameters:
- description: "Additional parameters for the operation"
name: "applicationListOptions"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationListOptions?alt=com.microsoft.azure.batch.protocol.models.ApplicationListOptions&text=ApplicationListOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<ServiceResponseWithHeaders<Page<ApplicationSummary>,ApplicationListHeaders>> listWithServiceResponseAsync(ApplicationListOptions applicationListOptions)"
desc: "Lists all of the applications available in the specified Account. This operation returns only Applications and versions that are available for use on Compute Nodes; that is, that can be used in an Package reference. For administrator information about applications and versions that are not yet available to Compute Nodes, use the Azure portal or the Azure Resource Manager API."
returns:
description: "the observable to the PagedList&lt;ApplicationSummary&gt; object"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.rest.ServiceResponseWithHeaders?alt=com.microsoft.rest.ServiceResponseWithHeaders&text=ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.Page?alt=com.microsoft.azure.Page&text=Page\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationSummary?alt=com.microsoft.azure.batch.protocol.models.ApplicationSummary&text=ApplicationSummary\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.microsoft.azure.batch.protocol.models.ApplicationListHeaders?alt=com.microsoft.azure.batch.protocol.models.ApplicationListHeaders&text=ApplicationListHeaders\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in Applications."
metadata: {}
package: "com.microsoft.azure.batch.protocol"
artifact: com.microsoft.azure:azure-batch:11.2.0