Package version:

Interface Storages

Interface representing a Storages.

Hierarchy

  • Storages

Methods

  • Delete the storage resource.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serviceName: string

      The name of the Service resource.

    • storageName: string

      The name of the storage resource.

    • Optional options: StoragesDeleteOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

  • Delete the storage resource.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serviceName: string

      The name of the Service resource.

    • storageName: string

      The name of the storage resource.

    • Optional options: StoragesDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

  • Get the storage resource.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serviceName: string

      The name of the Service resource.

    • storageName: string

      The name of the storage resource.

    • Optional options: StoragesGetOptionalParams

      The options parameters.

    Returns Promise<StorageResource>

  • List all the storages of one Azure Spring Apps resource.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serviceName: string

      The name of the Service resource.

    • Optional options: StoragesListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<StorageResource>

Generated using TypeDoc