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

556 строки
66 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.batch.protocol.Accounts"
fullName: "com.microsoft.azure.batch.protocol.Accounts"
name: "Accounts"
nameWithType: "Accounts"
summary: "An instance of this class provides access to all the operations defined in Accounts."
syntax: "public interface **Accounts**"
methods:
- uid: "com.microsoft.azure.batch.protocol.Accounts.listPoolNodeCounts()"
fullName: "com.microsoft.azure.batch.protocol.Accounts.listPoolNodeCounts()"
name: "listPoolNodeCounts()"
nameWithType: "Accounts.listPoolNodeCounts()"
summary: "Gets the number of Compute Nodes in each state, grouped by Pool."
modifiers:
- "abstract"
syntax: "public abstract PagedList<PoolNodeCounts> listPoolNodeCounts()"
desc: "Gets the number of Compute Nodes in each state, grouped by Pool. Note that the numbers returned may not always be up to date. If you need exact node counts, use a list query."
returns:
description: "the PagedList&lt;PoolNodeCounts&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.PoolNodeCounts?alt=com.microsoft.azure.batch.protocol.models.PoolNodeCounts&text=PoolNodeCounts\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.batch.protocol.Accounts.listPoolNodeCounts(com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsOptions)"
fullName: "com.microsoft.azure.batch.protocol.Accounts.listPoolNodeCounts(AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions)"
name: "listPoolNodeCounts(AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions)"
nameWithType: "Accounts.listPoolNodeCounts(AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions)"
summary: "Gets the number of Compute Nodes in each state, grouped by Pool."
modifiers:
- "abstract"
parameters:
- description: "Additional parameters for the operation"
name: "accountListPoolNodeCountsOptions"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsOptions?alt=com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsOptions&text=AccountListPoolNodeCountsOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedList<PoolNodeCounts> listPoolNodeCounts(AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions)"
desc: "Gets the number of Compute Nodes in each state, grouped by Pool. Note that the numbers returned may not always be up to date. If you need exact node counts, use a list query."
returns:
description: "the PagedList&lt;PoolNodeCounts&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.PoolNodeCounts?alt=com.microsoft.azure.batch.protocol.models.PoolNodeCounts&text=PoolNodeCounts\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.batch.protocol.Accounts.listPoolNodeCountsAsync()"
fullName: "com.microsoft.azure.batch.protocol.Accounts.listPoolNodeCountsAsync()"
name: "listPoolNodeCountsAsync()"
nameWithType: "Accounts.listPoolNodeCountsAsync()"
summary: "Gets the number of Compute Nodes in each state, grouped by Pool."
modifiers:
- "abstract"
syntax: "public abstract Observable<Page<PoolNodeCounts>> listPoolNodeCountsAsync()"
desc: "Gets the number of Compute Nodes in each state, grouped by Pool. Note that the numbers returned may not always be up to date. If you need exact node counts, use a list query."
returns:
description: "the observable to the PagedList&lt;PoolNodeCounts&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.PoolNodeCounts?alt=com.microsoft.azure.batch.protocol.models.PoolNodeCounts&text=PoolNodeCounts\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.batch.protocol.Accounts.listPoolNodeCountsAsync(com.microsoft.azure.ListOperationCallback<com.microsoft.azure.batch.protocol.models.PoolNodeCounts>)"
fullName: "com.microsoft.azure.batch.protocol.Accounts.listPoolNodeCountsAsync(ListOperationCallback<PoolNodeCounts> serviceCallback)"
name: "listPoolNodeCountsAsync(ListOperationCallback<PoolNodeCounts> serviceCallback)"
nameWithType: "Accounts.listPoolNodeCountsAsync(ListOperationCallback<PoolNodeCounts> serviceCallback)"
summary: "Gets the number of Compute Nodes in each state, grouped by Pool."
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.PoolNodeCounts?alt=com.microsoft.azure.batch.protocol.models.PoolNodeCounts&text=PoolNodeCounts\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract ServiceFuture<List<PoolNodeCounts>> listPoolNodeCountsAsync(ListOperationCallback<PoolNodeCounts> serviceCallback)"
desc: "Gets the number of Compute Nodes in each state, grouped by Pool. Note that the numbers returned may not always be up to date. If you need exact node counts, use a list query."
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.PoolNodeCounts?alt=com.microsoft.azure.batch.protocol.models.PoolNodeCounts&text=PoolNodeCounts\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.batch.protocol.Accounts.listPoolNodeCountsAsync(com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsOptions)"
fullName: "com.microsoft.azure.batch.protocol.Accounts.listPoolNodeCountsAsync(AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions)"
name: "listPoolNodeCountsAsync(AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions)"
nameWithType: "Accounts.listPoolNodeCountsAsync(AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions)"
summary: "Gets the number of Compute Nodes in each state, grouped by Pool."
modifiers:
- "abstract"
parameters:
- description: "Additional parameters for the operation"
name: "accountListPoolNodeCountsOptions"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsOptions?alt=com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsOptions&text=AccountListPoolNodeCountsOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<Page<PoolNodeCounts>> listPoolNodeCountsAsync(AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions)"
desc: "Gets the number of Compute Nodes in each state, grouped by Pool. Note that the numbers returned may not always be up to date. If you need exact node counts, use a list query."
returns:
description: "the observable to the PagedList&lt;PoolNodeCounts&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.PoolNodeCounts?alt=com.microsoft.azure.batch.protocol.models.PoolNodeCounts&text=PoolNodeCounts\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.batch.protocol.Accounts.listPoolNodeCountsAsync(com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsOptions,com.microsoft.azure.ListOperationCallback<com.microsoft.azure.batch.protocol.models.PoolNodeCounts>)"
fullName: "com.microsoft.azure.batch.protocol.Accounts.listPoolNodeCountsAsync(AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions, ListOperationCallback<PoolNodeCounts> serviceCallback)"
name: "listPoolNodeCountsAsync(AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions, ListOperationCallback<PoolNodeCounts> serviceCallback)"
nameWithType: "Accounts.listPoolNodeCountsAsync(AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions, ListOperationCallback<PoolNodeCounts> serviceCallback)"
summary: "Gets the number of Compute Nodes in each state, grouped by Pool."
modifiers:
- "abstract"
parameters:
- description: "Additional parameters for the operation"
name: "accountListPoolNodeCountsOptions"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsOptions?alt=com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsOptions&text=AccountListPoolNodeCountsOptions\" 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.PoolNodeCounts?alt=com.microsoft.azure.batch.protocol.models.PoolNodeCounts&text=PoolNodeCounts\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract ServiceFuture<List<PoolNodeCounts>> listPoolNodeCountsAsync(AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions, ListOperationCallback<PoolNodeCounts> serviceCallback)"
desc: "Gets the number of Compute Nodes in each state, grouped by Pool. Note that the numbers returned may not always be up to date. If you need exact node counts, use a list query."
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.PoolNodeCounts?alt=com.microsoft.azure.batch.protocol.models.PoolNodeCounts&text=PoolNodeCounts\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.batch.protocol.Accounts.listPoolNodeCountsNext(java.lang.String)"
fullName: "com.microsoft.azure.batch.protocol.Accounts.listPoolNodeCountsNext(String nextPageLink)"
name: "listPoolNodeCountsNext(String nextPageLink)"
nameWithType: "Accounts.listPoolNodeCountsNext(String nextPageLink)"
summary: "Gets the number of Compute Nodes in each state, grouped by Pool."
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<PoolNodeCounts> listPoolNodeCountsNext(String nextPageLink)"
desc: "Gets the number of Compute Nodes in each state, grouped by Pool. Note that the numbers returned may not always be up to date. If you need exact node counts, use a list query."
returns:
description: "the PagedList&lt;PoolNodeCounts&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.PoolNodeCounts?alt=com.microsoft.azure.batch.protocol.models.PoolNodeCounts&text=PoolNodeCounts\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.batch.protocol.Accounts.listPoolNodeCountsNext(java.lang.String,com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsNextOptions)"
fullName: "com.microsoft.azure.batch.protocol.Accounts.listPoolNodeCountsNext(String nextPageLink, AccountListPoolNodeCountsNextOptions accountListPoolNodeCountsNextOptions)"
name: "listPoolNodeCountsNext(String nextPageLink, AccountListPoolNodeCountsNextOptions accountListPoolNodeCountsNextOptions)"
nameWithType: "Accounts.listPoolNodeCountsNext(String nextPageLink, AccountListPoolNodeCountsNextOptions accountListPoolNodeCountsNextOptions)"
summary: "Gets the number of Compute Nodes in each state, grouped by Pool."
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: "accountListPoolNodeCountsNextOptions"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsNextOptions?alt=com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsNextOptions&text=AccountListPoolNodeCountsNextOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedList<PoolNodeCounts> listPoolNodeCountsNext(String nextPageLink, AccountListPoolNodeCountsNextOptions accountListPoolNodeCountsNextOptions)"
desc: "Gets the number of Compute Nodes in each state, grouped by Pool. Note that the numbers returned may not always be up to date. If you need exact node counts, use a list query."
returns:
description: "the PagedList&lt;PoolNodeCounts&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.PoolNodeCounts?alt=com.microsoft.azure.batch.protocol.models.PoolNodeCounts&text=PoolNodeCounts\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.batch.protocol.Accounts.listPoolNodeCountsNextAsync(java.lang.String)"
fullName: "com.microsoft.azure.batch.protocol.Accounts.listPoolNodeCountsNextAsync(String nextPageLink)"
name: "listPoolNodeCountsNextAsync(String nextPageLink)"
nameWithType: "Accounts.listPoolNodeCountsNextAsync(String nextPageLink)"
summary: "Gets the number of Compute Nodes in each state, grouped by Pool."
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<PoolNodeCounts>> listPoolNodeCountsNextAsync(String nextPageLink)"
desc: "Gets the number of Compute Nodes in each state, grouped by Pool. Note that the numbers returned may not always be up to date. If you need exact node counts, use a list query."
returns:
description: "the observable to the PagedList&lt;PoolNodeCounts&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.PoolNodeCounts?alt=com.microsoft.azure.batch.protocol.models.PoolNodeCounts&text=PoolNodeCounts\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.batch.protocol.Accounts.listPoolNodeCountsNextAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsNextOptions)"
fullName: "com.microsoft.azure.batch.protocol.Accounts.listPoolNodeCountsNextAsync(String nextPageLink, AccountListPoolNodeCountsNextOptions accountListPoolNodeCountsNextOptions)"
name: "listPoolNodeCountsNextAsync(String nextPageLink, AccountListPoolNodeCountsNextOptions accountListPoolNodeCountsNextOptions)"
nameWithType: "Accounts.listPoolNodeCountsNextAsync(String nextPageLink, AccountListPoolNodeCountsNextOptions accountListPoolNodeCountsNextOptions)"
summary: "Gets the number of Compute Nodes in each state, grouped by Pool."
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: "accountListPoolNodeCountsNextOptions"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsNextOptions?alt=com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsNextOptions&text=AccountListPoolNodeCountsNextOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<Page<PoolNodeCounts>> listPoolNodeCountsNextAsync(String nextPageLink, AccountListPoolNodeCountsNextOptions accountListPoolNodeCountsNextOptions)"
desc: "Gets the number of Compute Nodes in each state, grouped by Pool. Note that the numbers returned may not always be up to date. If you need exact node counts, use a list query."
returns:
description: "the observable to the PagedList&lt;PoolNodeCounts&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.PoolNodeCounts?alt=com.microsoft.azure.batch.protocol.models.PoolNodeCounts&text=PoolNodeCounts\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.batch.protocol.Accounts.listPoolNodeCountsNextAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsNextOptions,com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.batch.protocol.models.PoolNodeCounts>>,com.microsoft.azure.ListOperationCallback<com.microsoft.azure.batch.protocol.models.PoolNodeCounts>)"
fullName: "com.microsoft.azure.batch.protocol.Accounts.listPoolNodeCountsNextAsync(String nextPageLink, AccountListPoolNodeCountsNextOptions accountListPoolNodeCountsNextOptions, ServiceFuture<List<PoolNodeCounts>> serviceFuture, ListOperationCallback<PoolNodeCounts> serviceCallback)"
name: "listPoolNodeCountsNextAsync(String nextPageLink, AccountListPoolNodeCountsNextOptions accountListPoolNodeCountsNextOptions, ServiceFuture<List<PoolNodeCounts>> serviceFuture, ListOperationCallback<PoolNodeCounts> serviceCallback)"
nameWithType: "Accounts.listPoolNodeCountsNextAsync(String nextPageLink, AccountListPoolNodeCountsNextOptions accountListPoolNodeCountsNextOptions, ServiceFuture<List<PoolNodeCounts>> serviceFuture, ListOperationCallback<PoolNodeCounts> serviceCallback)"
summary: "Gets the number of Compute Nodes in each state, grouped by Pool."
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: "accountListPoolNodeCountsNextOptions"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsNextOptions?alt=com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsNextOptions&text=AccountListPoolNodeCountsNextOptions\" 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.PoolNodeCounts?alt=com.microsoft.azure.batch.protocol.models.PoolNodeCounts&text=PoolNodeCounts\" 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.PoolNodeCounts?alt=com.microsoft.azure.batch.protocol.models.PoolNodeCounts&text=PoolNodeCounts\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract ServiceFuture<List<PoolNodeCounts>> listPoolNodeCountsNextAsync(String nextPageLink, AccountListPoolNodeCountsNextOptions accountListPoolNodeCountsNextOptions, ServiceFuture<List<PoolNodeCounts>> serviceFuture, ListOperationCallback<PoolNodeCounts> serviceCallback)"
desc: "Gets the number of Compute Nodes in each state, grouped by Pool. Note that the numbers returned may not always be up to date. If you need exact node counts, use a list query."
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.PoolNodeCounts?alt=com.microsoft.azure.batch.protocol.models.PoolNodeCounts&text=PoolNodeCounts\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.batch.protocol.Accounts.listPoolNodeCountsNextAsync(java.lang.String,com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.batch.protocol.models.PoolNodeCounts>>,com.microsoft.azure.ListOperationCallback<com.microsoft.azure.batch.protocol.models.PoolNodeCounts>)"
fullName: "com.microsoft.azure.batch.protocol.Accounts.listPoolNodeCountsNextAsync(String nextPageLink, ServiceFuture<List<PoolNodeCounts>> serviceFuture, ListOperationCallback<PoolNodeCounts> serviceCallback)"
name: "listPoolNodeCountsNextAsync(String nextPageLink, ServiceFuture<List<PoolNodeCounts>> serviceFuture, ListOperationCallback<PoolNodeCounts> serviceCallback)"
nameWithType: "Accounts.listPoolNodeCountsNextAsync(String nextPageLink, ServiceFuture<List<PoolNodeCounts>> serviceFuture, ListOperationCallback<PoolNodeCounts> serviceCallback)"
summary: "Gets the number of Compute Nodes in each state, grouped by Pool."
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.PoolNodeCounts?alt=com.microsoft.azure.batch.protocol.models.PoolNodeCounts&text=PoolNodeCounts\" 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.PoolNodeCounts?alt=com.microsoft.azure.batch.protocol.models.PoolNodeCounts&text=PoolNodeCounts\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract ServiceFuture<List<PoolNodeCounts>> listPoolNodeCountsNextAsync(String nextPageLink, ServiceFuture<List<PoolNodeCounts>> serviceFuture, ListOperationCallback<PoolNodeCounts> serviceCallback)"
desc: "Gets the number of Compute Nodes in each state, grouped by Pool. Note that the numbers returned may not always be up to date. If you need exact node counts, use a list query."
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.PoolNodeCounts?alt=com.microsoft.azure.batch.protocol.models.PoolNodeCounts&text=PoolNodeCounts\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.batch.protocol.Accounts.listPoolNodeCountsNextWithServiceResponseAsync(java.lang.String)"
fullName: "com.microsoft.azure.batch.protocol.Accounts.listPoolNodeCountsNextWithServiceResponseAsync(String nextPageLink)"
name: "listPoolNodeCountsNextWithServiceResponseAsync(String nextPageLink)"
nameWithType: "Accounts.listPoolNodeCountsNextWithServiceResponseAsync(String nextPageLink)"
summary: "Gets the number of Compute Nodes in each state, grouped by Pool."
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<PoolNodeCounts>,AccountListPoolNodeCountsHeaders>> listPoolNodeCountsNextWithServiceResponseAsync(String nextPageLink)"
desc: "Gets the number of Compute Nodes in each state, grouped by Pool. Note that the numbers returned may not always be up to date. If you need exact node counts, use a list query."
returns:
description: "the observable to the PagedList&lt;PoolNodeCounts&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.PoolNodeCounts?alt=com.microsoft.azure.batch.protocol.models.PoolNodeCounts&text=PoolNodeCounts\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsHeaders?alt=com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsHeaders&text=AccountListPoolNodeCountsHeaders\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.batch.protocol.Accounts.listPoolNodeCountsNextWithServiceResponseAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsNextOptions)"
fullName: "com.microsoft.azure.batch.protocol.Accounts.listPoolNodeCountsNextWithServiceResponseAsync(String nextPageLink, AccountListPoolNodeCountsNextOptions accountListPoolNodeCountsNextOptions)"
name: "listPoolNodeCountsNextWithServiceResponseAsync(String nextPageLink, AccountListPoolNodeCountsNextOptions accountListPoolNodeCountsNextOptions)"
nameWithType: "Accounts.listPoolNodeCountsNextWithServiceResponseAsync(String nextPageLink, AccountListPoolNodeCountsNextOptions accountListPoolNodeCountsNextOptions)"
summary: "Gets the number of Compute Nodes in each state, grouped by Pool."
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: "accountListPoolNodeCountsNextOptions"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsNextOptions?alt=com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsNextOptions&text=AccountListPoolNodeCountsNextOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<ServiceResponseWithHeaders<Page<PoolNodeCounts>,AccountListPoolNodeCountsHeaders>> listPoolNodeCountsNextWithServiceResponseAsync(String nextPageLink, AccountListPoolNodeCountsNextOptions accountListPoolNodeCountsNextOptions)"
desc: "Gets the number of Compute Nodes in each state, grouped by Pool. Note that the numbers returned may not always be up to date. If you need exact node counts, use a list query."
returns:
description: "the observable to the PagedList&lt;PoolNodeCounts&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.PoolNodeCounts?alt=com.microsoft.azure.batch.protocol.models.PoolNodeCounts&text=PoolNodeCounts\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsHeaders?alt=com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsHeaders&text=AccountListPoolNodeCountsHeaders\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.batch.protocol.Accounts.listPoolNodeCountsWithServiceResponseAsync()"
fullName: "com.microsoft.azure.batch.protocol.Accounts.listPoolNodeCountsWithServiceResponseAsync()"
name: "listPoolNodeCountsWithServiceResponseAsync()"
nameWithType: "Accounts.listPoolNodeCountsWithServiceResponseAsync()"
summary: "Gets the number of Compute Nodes in each state, grouped by Pool."
modifiers:
- "abstract"
syntax: "public abstract Observable<ServiceResponseWithHeaders<Page<PoolNodeCounts>,AccountListPoolNodeCountsHeaders>> listPoolNodeCountsWithServiceResponseAsync()"
desc: "Gets the number of Compute Nodes in each state, grouped by Pool. Note that the numbers returned may not always be up to date. If you need exact node counts, use a list query."
returns:
description: "the observable to the PagedList&lt;PoolNodeCounts&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.PoolNodeCounts?alt=com.microsoft.azure.batch.protocol.models.PoolNodeCounts&text=PoolNodeCounts\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsHeaders?alt=com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsHeaders&text=AccountListPoolNodeCountsHeaders\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.batch.protocol.Accounts.listPoolNodeCountsWithServiceResponseAsync(com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsOptions)"
fullName: "com.microsoft.azure.batch.protocol.Accounts.listPoolNodeCountsWithServiceResponseAsync(AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions)"
name: "listPoolNodeCountsWithServiceResponseAsync(AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions)"
nameWithType: "Accounts.listPoolNodeCountsWithServiceResponseAsync(AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions)"
summary: "Gets the number of Compute Nodes in each state, grouped by Pool."
modifiers:
- "abstract"
parameters:
- description: "Additional parameters for the operation"
name: "accountListPoolNodeCountsOptions"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsOptions?alt=com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsOptions&text=AccountListPoolNodeCountsOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<ServiceResponseWithHeaders<Page<PoolNodeCounts>,AccountListPoolNodeCountsHeaders>> listPoolNodeCountsWithServiceResponseAsync(AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions)"
desc: "Gets the number of Compute Nodes in each state, grouped by Pool. Note that the numbers returned may not always be up to date. If you need exact node counts, use a list query."
returns:
description: "the observable to the PagedList&lt;PoolNodeCounts&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.PoolNodeCounts?alt=com.microsoft.azure.batch.protocol.models.PoolNodeCounts&text=PoolNodeCounts\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsHeaders?alt=com.microsoft.azure.batch.protocol.models.AccountListPoolNodeCountsHeaders&text=AccountListPoolNodeCountsHeaders\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.batch.protocol.Accounts.listSupportedImages()"
fullName: "com.microsoft.azure.batch.protocol.Accounts.listSupportedImages()"
name: "listSupportedImages()"
nameWithType: "Accounts.listSupportedImages()"
summary: "Lists all Virtual Machine Images supported by the Azure Batch service."
modifiers:
- "abstract"
syntax: "public abstract PagedList<ImageInformation> listSupportedImages()"
desc: "Lists all Virtual Machine Images supported by the Azure Batch service."
returns:
description: "the PagedList&lt;ImageInformation&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.ImageInformation?alt=com.microsoft.azure.batch.protocol.models.ImageInformation&text=ImageInformation\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.batch.protocol.Accounts.listSupportedImages(com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesOptions)"
fullName: "com.microsoft.azure.batch.protocol.Accounts.listSupportedImages(AccountListSupportedImagesOptions accountListSupportedImagesOptions)"
name: "listSupportedImages(AccountListSupportedImagesOptions accountListSupportedImagesOptions)"
nameWithType: "Accounts.listSupportedImages(AccountListSupportedImagesOptions accountListSupportedImagesOptions)"
summary: "Lists all Virtual Machine Images supported by the Azure Batch service."
modifiers:
- "abstract"
parameters:
- description: "Additional parameters for the operation"
name: "accountListSupportedImagesOptions"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesOptions?alt=com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesOptions&text=AccountListSupportedImagesOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedList<ImageInformation> listSupportedImages(AccountListSupportedImagesOptions accountListSupportedImagesOptions)"
desc: "Lists all Virtual Machine Images supported by the Azure Batch service."
returns:
description: "the PagedList&lt;ImageInformation&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.ImageInformation?alt=com.microsoft.azure.batch.protocol.models.ImageInformation&text=ImageInformation\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.batch.protocol.Accounts.listSupportedImagesAsync()"
fullName: "com.microsoft.azure.batch.protocol.Accounts.listSupportedImagesAsync()"
name: "listSupportedImagesAsync()"
nameWithType: "Accounts.listSupportedImagesAsync()"
summary: "Lists all Virtual Machine Images supported by the Azure Batch service."
modifiers:
- "abstract"
syntax: "public abstract Observable<Page<ImageInformation>> listSupportedImagesAsync()"
desc: "Lists all Virtual Machine Images supported by the Azure Batch service."
returns:
description: "the observable to the PagedList&lt;ImageInformation&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.ImageInformation?alt=com.microsoft.azure.batch.protocol.models.ImageInformation&text=ImageInformation\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.batch.protocol.Accounts.listSupportedImagesAsync(com.microsoft.azure.ListOperationCallback<com.microsoft.azure.batch.protocol.models.ImageInformation>)"
fullName: "com.microsoft.azure.batch.protocol.Accounts.listSupportedImagesAsync(ListOperationCallback<ImageInformation> serviceCallback)"
name: "listSupportedImagesAsync(ListOperationCallback<ImageInformation> serviceCallback)"
nameWithType: "Accounts.listSupportedImagesAsync(ListOperationCallback<ImageInformation> serviceCallback)"
summary: "Lists all Virtual Machine Images supported by the Azure Batch service."
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.ImageInformation?alt=com.microsoft.azure.batch.protocol.models.ImageInformation&text=ImageInformation\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract ServiceFuture<List<ImageInformation>> listSupportedImagesAsync(ListOperationCallback<ImageInformation> serviceCallback)"
desc: "Lists all Virtual Machine Images supported by the Azure Batch service."
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.ImageInformation?alt=com.microsoft.azure.batch.protocol.models.ImageInformation&text=ImageInformation\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.batch.protocol.Accounts.listSupportedImagesAsync(com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesOptions)"
fullName: "com.microsoft.azure.batch.protocol.Accounts.listSupportedImagesAsync(AccountListSupportedImagesOptions accountListSupportedImagesOptions)"
name: "listSupportedImagesAsync(AccountListSupportedImagesOptions accountListSupportedImagesOptions)"
nameWithType: "Accounts.listSupportedImagesAsync(AccountListSupportedImagesOptions accountListSupportedImagesOptions)"
summary: "Lists all Virtual Machine Images supported by the Azure Batch service."
modifiers:
- "abstract"
parameters:
- description: "Additional parameters for the operation"
name: "accountListSupportedImagesOptions"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesOptions?alt=com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesOptions&text=AccountListSupportedImagesOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<Page<ImageInformation>> listSupportedImagesAsync(AccountListSupportedImagesOptions accountListSupportedImagesOptions)"
desc: "Lists all Virtual Machine Images supported by the Azure Batch service."
returns:
description: "the observable to the PagedList&lt;ImageInformation&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.ImageInformation?alt=com.microsoft.azure.batch.protocol.models.ImageInformation&text=ImageInformation\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.batch.protocol.Accounts.listSupportedImagesAsync(com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesOptions,com.microsoft.azure.ListOperationCallback<com.microsoft.azure.batch.protocol.models.ImageInformation>)"
fullName: "com.microsoft.azure.batch.protocol.Accounts.listSupportedImagesAsync(AccountListSupportedImagesOptions accountListSupportedImagesOptions, ListOperationCallback<ImageInformation> serviceCallback)"
name: "listSupportedImagesAsync(AccountListSupportedImagesOptions accountListSupportedImagesOptions, ListOperationCallback<ImageInformation> serviceCallback)"
nameWithType: "Accounts.listSupportedImagesAsync(AccountListSupportedImagesOptions accountListSupportedImagesOptions, ListOperationCallback<ImageInformation> serviceCallback)"
summary: "Lists all Virtual Machine Images supported by the Azure Batch service."
modifiers:
- "abstract"
parameters:
- description: "Additional parameters for the operation"
name: "accountListSupportedImagesOptions"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesOptions?alt=com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesOptions&text=AccountListSupportedImagesOptions\" 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.ImageInformation?alt=com.microsoft.azure.batch.protocol.models.ImageInformation&text=ImageInformation\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract ServiceFuture<List<ImageInformation>> listSupportedImagesAsync(AccountListSupportedImagesOptions accountListSupportedImagesOptions, ListOperationCallback<ImageInformation> serviceCallback)"
desc: "Lists all Virtual Machine Images supported by the Azure Batch service."
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.ImageInformation?alt=com.microsoft.azure.batch.protocol.models.ImageInformation&text=ImageInformation\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.batch.protocol.Accounts.listSupportedImagesNext(java.lang.String)"
fullName: "com.microsoft.azure.batch.protocol.Accounts.listSupportedImagesNext(String nextPageLink)"
name: "listSupportedImagesNext(String nextPageLink)"
nameWithType: "Accounts.listSupportedImagesNext(String nextPageLink)"
summary: "Lists all Virtual Machine Images supported by the Azure Batch service."
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<ImageInformation> listSupportedImagesNext(String nextPageLink)"
desc: "Lists all Virtual Machine Images supported by the Azure Batch service."
returns:
description: "the PagedList&lt;ImageInformation&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.ImageInformation?alt=com.microsoft.azure.batch.protocol.models.ImageInformation&text=ImageInformation\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.batch.protocol.Accounts.listSupportedImagesNext(java.lang.String,com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesNextOptions)"
fullName: "com.microsoft.azure.batch.protocol.Accounts.listSupportedImagesNext(String nextPageLink, AccountListSupportedImagesNextOptions accountListSupportedImagesNextOptions)"
name: "listSupportedImagesNext(String nextPageLink, AccountListSupportedImagesNextOptions accountListSupportedImagesNextOptions)"
nameWithType: "Accounts.listSupportedImagesNext(String nextPageLink, AccountListSupportedImagesNextOptions accountListSupportedImagesNextOptions)"
summary: "Lists all Virtual Machine Images supported by the Azure Batch service."
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: "accountListSupportedImagesNextOptions"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesNextOptions?alt=com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesNextOptions&text=AccountListSupportedImagesNextOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedList<ImageInformation> listSupportedImagesNext(String nextPageLink, AccountListSupportedImagesNextOptions accountListSupportedImagesNextOptions)"
desc: "Lists all Virtual Machine Images supported by the Azure Batch service."
returns:
description: "the PagedList&lt;ImageInformation&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.ImageInformation?alt=com.microsoft.azure.batch.protocol.models.ImageInformation&text=ImageInformation\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.batch.protocol.Accounts.listSupportedImagesNextAsync(java.lang.String)"
fullName: "com.microsoft.azure.batch.protocol.Accounts.listSupportedImagesNextAsync(String nextPageLink)"
name: "listSupportedImagesNextAsync(String nextPageLink)"
nameWithType: "Accounts.listSupportedImagesNextAsync(String nextPageLink)"
summary: "Lists all Virtual Machine Images supported by the Azure Batch service."
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<ImageInformation>> listSupportedImagesNextAsync(String nextPageLink)"
desc: "Lists all Virtual Machine Images supported by the Azure Batch service."
returns:
description: "the observable to the PagedList&lt;ImageInformation&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.ImageInformation?alt=com.microsoft.azure.batch.protocol.models.ImageInformation&text=ImageInformation\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.batch.protocol.Accounts.listSupportedImagesNextAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesNextOptions)"
fullName: "com.microsoft.azure.batch.protocol.Accounts.listSupportedImagesNextAsync(String nextPageLink, AccountListSupportedImagesNextOptions accountListSupportedImagesNextOptions)"
name: "listSupportedImagesNextAsync(String nextPageLink, AccountListSupportedImagesNextOptions accountListSupportedImagesNextOptions)"
nameWithType: "Accounts.listSupportedImagesNextAsync(String nextPageLink, AccountListSupportedImagesNextOptions accountListSupportedImagesNextOptions)"
summary: "Lists all Virtual Machine Images supported by the Azure Batch service."
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: "accountListSupportedImagesNextOptions"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesNextOptions?alt=com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesNextOptions&text=AccountListSupportedImagesNextOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<Page<ImageInformation>> listSupportedImagesNextAsync(String nextPageLink, AccountListSupportedImagesNextOptions accountListSupportedImagesNextOptions)"
desc: "Lists all Virtual Machine Images supported by the Azure Batch service."
returns:
description: "the observable to the PagedList&lt;ImageInformation&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.ImageInformation?alt=com.microsoft.azure.batch.protocol.models.ImageInformation&text=ImageInformation\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.batch.protocol.Accounts.listSupportedImagesNextAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesNextOptions,com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.batch.protocol.models.ImageInformation>>,com.microsoft.azure.ListOperationCallback<com.microsoft.azure.batch.protocol.models.ImageInformation>)"
fullName: "com.microsoft.azure.batch.protocol.Accounts.listSupportedImagesNextAsync(String nextPageLink, AccountListSupportedImagesNextOptions accountListSupportedImagesNextOptions, ServiceFuture<List<ImageInformation>> serviceFuture, ListOperationCallback<ImageInformation> serviceCallback)"
name: "listSupportedImagesNextAsync(String nextPageLink, AccountListSupportedImagesNextOptions accountListSupportedImagesNextOptions, ServiceFuture<List<ImageInformation>> serviceFuture, ListOperationCallback<ImageInformation> serviceCallback)"
nameWithType: "Accounts.listSupportedImagesNextAsync(String nextPageLink, AccountListSupportedImagesNextOptions accountListSupportedImagesNextOptions, ServiceFuture<List<ImageInformation>> serviceFuture, ListOperationCallback<ImageInformation> serviceCallback)"
summary: "Lists all Virtual Machine Images supported by the Azure Batch service."
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: "accountListSupportedImagesNextOptions"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesNextOptions?alt=com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesNextOptions&text=AccountListSupportedImagesNextOptions\" 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.ImageInformation?alt=com.microsoft.azure.batch.protocol.models.ImageInformation&text=ImageInformation\" 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.ImageInformation?alt=com.microsoft.azure.batch.protocol.models.ImageInformation&text=ImageInformation\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract ServiceFuture<List<ImageInformation>> listSupportedImagesNextAsync(String nextPageLink, AccountListSupportedImagesNextOptions accountListSupportedImagesNextOptions, ServiceFuture<List<ImageInformation>> serviceFuture, ListOperationCallback<ImageInformation> serviceCallback)"
desc: "Lists all Virtual Machine Images supported by the Azure Batch service."
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.ImageInformation?alt=com.microsoft.azure.batch.protocol.models.ImageInformation&text=ImageInformation\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.batch.protocol.Accounts.listSupportedImagesNextAsync(java.lang.String,com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.batch.protocol.models.ImageInformation>>,com.microsoft.azure.ListOperationCallback<com.microsoft.azure.batch.protocol.models.ImageInformation>)"
fullName: "com.microsoft.azure.batch.protocol.Accounts.listSupportedImagesNextAsync(String nextPageLink, ServiceFuture<List<ImageInformation>> serviceFuture, ListOperationCallback<ImageInformation> serviceCallback)"
name: "listSupportedImagesNextAsync(String nextPageLink, ServiceFuture<List<ImageInformation>> serviceFuture, ListOperationCallback<ImageInformation> serviceCallback)"
nameWithType: "Accounts.listSupportedImagesNextAsync(String nextPageLink, ServiceFuture<List<ImageInformation>> serviceFuture, ListOperationCallback<ImageInformation> serviceCallback)"
summary: "Lists all Virtual Machine Images supported by the Azure Batch service."
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.ImageInformation?alt=com.microsoft.azure.batch.protocol.models.ImageInformation&text=ImageInformation\" 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.ImageInformation?alt=com.microsoft.azure.batch.protocol.models.ImageInformation&text=ImageInformation\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract ServiceFuture<List<ImageInformation>> listSupportedImagesNextAsync(String nextPageLink, ServiceFuture<List<ImageInformation>> serviceFuture, ListOperationCallback<ImageInformation> serviceCallback)"
desc: "Lists all Virtual Machine Images supported by the Azure Batch service."
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.ImageInformation?alt=com.microsoft.azure.batch.protocol.models.ImageInformation&text=ImageInformation\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.batch.protocol.Accounts.listSupportedImagesNextWithServiceResponseAsync(java.lang.String)"
fullName: "com.microsoft.azure.batch.protocol.Accounts.listSupportedImagesNextWithServiceResponseAsync(String nextPageLink)"
name: "listSupportedImagesNextWithServiceResponseAsync(String nextPageLink)"
nameWithType: "Accounts.listSupportedImagesNextWithServiceResponseAsync(String nextPageLink)"
summary: "Lists all Virtual Machine Images supported by the Azure Batch service."
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<ImageInformation>,AccountListSupportedImagesHeaders>> listSupportedImagesNextWithServiceResponseAsync(String nextPageLink)"
desc: "Lists all Virtual Machine Images supported by the Azure Batch service."
returns:
description: "the observable to the PagedList&lt;ImageInformation&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.ImageInformation?alt=com.microsoft.azure.batch.protocol.models.ImageInformation&text=ImageInformation\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesHeaders?alt=com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesHeaders&text=AccountListSupportedImagesHeaders\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.batch.protocol.Accounts.listSupportedImagesNextWithServiceResponseAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesNextOptions)"
fullName: "com.microsoft.azure.batch.protocol.Accounts.listSupportedImagesNextWithServiceResponseAsync(String nextPageLink, AccountListSupportedImagesNextOptions accountListSupportedImagesNextOptions)"
name: "listSupportedImagesNextWithServiceResponseAsync(String nextPageLink, AccountListSupportedImagesNextOptions accountListSupportedImagesNextOptions)"
nameWithType: "Accounts.listSupportedImagesNextWithServiceResponseAsync(String nextPageLink, AccountListSupportedImagesNextOptions accountListSupportedImagesNextOptions)"
summary: "Lists all Virtual Machine Images supported by the Azure Batch service."
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: "accountListSupportedImagesNextOptions"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesNextOptions?alt=com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesNextOptions&text=AccountListSupportedImagesNextOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<ServiceResponseWithHeaders<Page<ImageInformation>,AccountListSupportedImagesHeaders>> listSupportedImagesNextWithServiceResponseAsync(String nextPageLink, AccountListSupportedImagesNextOptions accountListSupportedImagesNextOptions)"
desc: "Lists all Virtual Machine Images supported by the Azure Batch service."
returns:
description: "the observable to the PagedList&lt;ImageInformation&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.ImageInformation?alt=com.microsoft.azure.batch.protocol.models.ImageInformation&text=ImageInformation\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesHeaders?alt=com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesHeaders&text=AccountListSupportedImagesHeaders\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.batch.protocol.Accounts.listSupportedImagesWithServiceResponseAsync()"
fullName: "com.microsoft.azure.batch.protocol.Accounts.listSupportedImagesWithServiceResponseAsync()"
name: "listSupportedImagesWithServiceResponseAsync()"
nameWithType: "Accounts.listSupportedImagesWithServiceResponseAsync()"
summary: "Lists all Virtual Machine Images supported by the Azure Batch service."
modifiers:
- "abstract"
syntax: "public abstract Observable<ServiceResponseWithHeaders<Page<ImageInformation>,AccountListSupportedImagesHeaders>> listSupportedImagesWithServiceResponseAsync()"
desc: "Lists all Virtual Machine Images supported by the Azure Batch service."
returns:
description: "the observable to the PagedList&lt;ImageInformation&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.ImageInformation?alt=com.microsoft.azure.batch.protocol.models.ImageInformation&text=ImageInformation\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesHeaders?alt=com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesHeaders&text=AccountListSupportedImagesHeaders\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.batch.protocol.Accounts.listSupportedImagesWithServiceResponseAsync(com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesOptions)"
fullName: "com.microsoft.azure.batch.protocol.Accounts.listSupportedImagesWithServiceResponseAsync(AccountListSupportedImagesOptions accountListSupportedImagesOptions)"
name: "listSupportedImagesWithServiceResponseAsync(AccountListSupportedImagesOptions accountListSupportedImagesOptions)"
nameWithType: "Accounts.listSupportedImagesWithServiceResponseAsync(AccountListSupportedImagesOptions accountListSupportedImagesOptions)"
summary: "Lists all Virtual Machine Images supported by the Azure Batch service."
modifiers:
- "abstract"
parameters:
- description: "Additional parameters for the operation"
name: "accountListSupportedImagesOptions"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesOptions?alt=com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesOptions&text=AccountListSupportedImagesOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<ServiceResponseWithHeaders<Page<ImageInformation>,AccountListSupportedImagesHeaders>> listSupportedImagesWithServiceResponseAsync(AccountListSupportedImagesOptions accountListSupportedImagesOptions)"
desc: "Lists all Virtual Machine Images supported by the Azure Batch service."
returns:
description: "the observable to the PagedList&lt;ImageInformation&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.ImageInformation?alt=com.microsoft.azure.batch.protocol.models.ImageInformation&text=ImageInformation\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesHeaders?alt=com.microsoft.azure.batch.protocol.models.AccountListSupportedImagesHeaders&text=AccountListSupportedImagesHeaders\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in Accounts."
metadata: {}
package: "com.microsoft.azure.batch.protocol"
artifact: com.microsoft.azure:azure-batch:11.2.0