Uses of Interface
com.microsoft.azure.management.storage.StorageAccount
Packages that use StorageAccount
Package
Description
This package contains the classes for WebSiteManagementClient.
This package contains the classes for BatchManagementClient.
This package contains the classes for ComputeManagementClient.
This package contains the classes for ContainerRegistryManagementClient.
This package contains the classes for EventHubManagementClient.
This package contains the classes for SqlManagementClient.
-
Uses of StorageAccount in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return StorageAccountMethods in com.microsoft.azure.management.appservice with parameters of type StorageAccountModifier and TypeMethodDescriptionFunctionApp.DefinitionStages.WithStorageAccount.withExistingStorageAccount
(StorageAccount storageAccount) Specifies the storage account to use for the function app.FunctionApp.UpdateStages.WithStorageAccount.withExistingStorageAccount
(StorageAccount storageAccount) Specifies the storage account to use for the function app. -
Uses of StorageAccount in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch with parameters of type StorageAccountModifier and TypeMethodDescriptionBatchAccount.DefinitionStages.WithStorage.withExistingStorageAccount
(StorageAccount storageAccount) Specifies an existing storage account to associate with the Batch account.BatchAccount.UpdateStages.WithStorageAccount.withExistingStorageAccount
(StorageAccount storageAccount) Specifies an existing storage account to associate with the Batch account.Method parameters in com.microsoft.azure.management.batch with type arguments of type StorageAccountModifier and TypeMethodDescriptionBatchAccount.DefinitionStages.WithStorage.withNewStorageAccount
(Creatable<StorageAccount> storageAccountCreatable) Specifies a new storage account to associate with the Batch account.BatchAccount.UpdateStages.WithStorageAccount.withNewStorageAccount
(Creatable<StorageAccount> storageAccountCreatable) Specifies a new storage account to create and associate with the Batch account. -
Uses of StorageAccount in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute with parameters of type StorageAccountModifier and TypeMethodDescriptionVirtualMachine.DefinitionStages.WithBootDiagnostics.withBootDiagnostics
(StorageAccount storageAccount) Specifies that boot diagnostics needs to be enabled in the virtual machine.VirtualMachine.UpdateStages.WithBootDiagnostics.withBootDiagnostics
(StorageAccount storageAccount) Specifies that boot diagnostics needs to be enabled in the virtual machine.VirtualMachineScaleSet.DefinitionStages.WithBootDiagnostics.withBootDiagnostics
(StorageAccount storageAccount) Specifies that boot diagnostics needs to be enabled in the virtual machine scale set.VirtualMachineScaleSet.UpdateStages.WithBootDiagnostics.withBootDiagnostics
(StorageAccount storageAccount) Specifies that boot diagnostics needs to be enabled in the virtual machine scale set.VirtualMachine.DefinitionStages.WithStorageAccount.withExistingStorageAccount
(StorageAccount storageAccount) Specifies an existing storage account to put the VM's OS and data disk VHD in.VirtualMachineScaleSet.DefinitionStages.WithStorageAccount.withExistingStorageAccount
(StorageAccount storageAccount) Specifies an existing storage account for the OS and data disk VHDs of the virtual machines in the scale set.Disk.DefinitionStages.WithStorageAccount.withStorageAccount
(StorageAccount account) Specifies the storage account.Method parameters in com.microsoft.azure.management.compute with type arguments of type StorageAccountModifier and TypeMethodDescriptionVirtualMachine.DefinitionStages.WithBootDiagnostics.withBootDiagnostics
(Creatable<StorageAccount> creatable) Specifies that boot diagnostics needs to be enabled in the virtual machine.VirtualMachine.UpdateStages.WithBootDiagnostics.withBootDiagnostics
(Creatable<StorageAccount> creatable) Specifies that boot diagnostics needs to be enabled in the virtual machine.VirtualMachineScaleSet.DefinitionStages.WithBootDiagnostics.withBootDiagnostics
(Creatable<StorageAccount> creatable) Specifies that boot diagnostics needs to be enabled in the virtual machine scale set.VirtualMachineScaleSet.UpdateStages.WithBootDiagnostics.withBootDiagnostics
(Creatable<StorageAccount> creatable) Specifies that boot diagnostics needs to be enabled in the virtual machine scale set.VirtualMachine.DefinitionStages.WithStorageAccount.withNewStorageAccount
(Creatable<StorageAccount> creatable) Specifies the definition of a not-yet-created storage account to put the VM's OS and data disk VHDs into.VirtualMachineScaleSet.DefinitionStages.WithStorageAccount.withNewStorageAccount
(Creatable<StorageAccount> creatable) Specifies a new storage account for the OS and data disk VHDs of the virtual machines in the scale set. -
Uses of StorageAccount in com.microsoft.azure.management.containerregistry
Methods in com.microsoft.azure.management.containerregistry with parameters of type StorageAccountModifier and TypeMethodDescriptionRegistry.DefinitionStages.WithStorageAccount.withExistingStorageAccount
(StorageAccount storageAccount) The parameters of a storage account for the container registry.Method parameters in com.microsoft.azure.management.containerregistry with type arguments of type StorageAccountModifier and TypeMethodDescriptionRegistry.DefinitionStages.WithStorageAccount.withNewStorageAccount
(Creatable<StorageAccount> creatable) The parameters for a storage account for the container registry. -
Uses of StorageAccount in com.microsoft.azure.management.eventhub
Methods in com.microsoft.azure.management.eventhub with parameters of type StorageAccountModifier and TypeMethodDescriptionEventHub.DefinitionStages.WithCaptureProviderOrCreate.withExistingStorageAccountForCapturedData
(StorageAccount storageAccount, String containerName) Specifies an existing storage account to store the captured data when data capturing is enabled.EventHub.UpdateStages.WithCapture.withExistingStorageAccountForCapturedData
(StorageAccount storageAccount, String containerName) Specifies an existing storage account to store the captured data when data capturing is enabled.Method parameters in com.microsoft.azure.management.eventhub with type arguments of type StorageAccountModifier and TypeMethodDescriptionEventHub.DefinitionStages.WithCaptureProviderOrCreate.withNewStorageAccountForCapturedData
(Creatable<StorageAccount> storageAccountCreatable, String containerName) Specifies a new storage account to store the captured data when data capturing is enabled.EventHub.UpdateStages.WithCapture.withNewStorageAccountForCapturedData
(Creatable<StorageAccount> storageAccountCreatable, String containerName) Specifies a new storage account to store the captured data when data capturing is enabled. -
Uses of StorageAccount in com.microsoft.azure.management.sql
Methods in com.microsoft.azure.management.sql with parameters of type StorageAccountModifier and TypeMethodDescriptionSqlDatabase.exportTo
(StorageAccount storageAccount, String containerName, String fileName) Exports the current database to an existing storage account and relative path.SqlDatabaseExportRequest.DefinitionStages.ExportTo.exportTo
(StorageAccount storageAccount, String containerName, String fileName) SqlDatabase.importBacpac
(StorageAccount storageAccount, String containerName, String fileName) Imports into the current database from an existing storage account and relative path; the current database must be empty.SqlDatabase.DefinitionStages.WithImportFrom.importFrom
(StorageAccount storageAccount, String containerName, String fileName) Creates a new database from a BACPAC file.SqlDatabase.DefinitionStages.WithImportFromAfterElasticPool.importFrom
(StorageAccount storageAccount, String containerName, String fileName) Creates a new database from a BACPAC file.SqlDatabaseImportRequest.DefinitionStages.ImportFrom.importFrom
(StorageAccount storageAccount, String containerName, String fileName) SqlDatabaseOperations.DefinitionStages.WithImportFrom.importFrom
(StorageAccount storageAccount, String containerName, String fileName) Creates a new database from a BACPAC file.SqlDatabaseOperations.DefinitionStages.WithImportFromAfterElasticPool.importFrom
(StorageAccount storageAccount, String containerName, String fileName) Creates a new database from a BACPAC file.Method parameters in com.microsoft.azure.management.sql with type arguments of type StorageAccountModifier and TypeMethodDescriptionSqlDatabase.exportTo
(Creatable<StorageAccount> storageAccountCreatable, String containerName, String fileName) Exports the current database to a new storage account and relative path.SqlDatabaseExportRequest.DefinitionStages.ExportTo.exportTo
(Creatable<StorageAccount> storageAccountCreatable, String containerName, String fileName)