AccountOperationsExtensions.ListSupportedImages Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists all Virtual Machine Images supported by the Azure Batch service.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.ImageInformation> ListSupportedImages (this Microsoft.Azure.Batch.Protocol.IAccountOperations operations, Microsoft.Azure.Batch.Protocol.Models.AccountListSupportedImagesOptions accountListSupportedImagesOptions = default);
static member ListSupportedImages : Microsoft.Azure.Batch.Protocol.IAccountOperations * Microsoft.Azure.Batch.Protocol.Models.AccountListSupportedImagesOptions -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.ImageInformation>
<Extension()>
Public Function ListSupportedImages (operations As IAccountOperations, Optional accountListSupportedImagesOptions As AccountListSupportedImagesOptions = Nothing) As IPage(Of ImageInformation)
Parameters
- operations
- IAccountOperations
The operations group for this extension method.
- accountListSupportedImagesOptions
- AccountListSupportedImagesOptions
Additional parameters for the operation
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET