Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Storages

Package version

Interface representing a Storages.

Hierarchy

  • Storages

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, serviceName: string, storageName: string, options?: StoragesDeleteOptionalParams): 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<PollerLike<PollOperationState<void>, void>>

beginDeleteAndWait

  • beginDeleteAndWait(resourceGroupName: string, serviceName: string, storageName: string, options?: StoragesDeleteOptionalParams): Promise<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

  • 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<StoragesGetResponse>

list

  • 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