@azure/arm-storageimportexport package

Classes

StorageImportExport

Interfaces

BitLockerKeys

Interface representing a BitLockerKeys.

BitLockerKeysListOptionalParams

Optional parameters.

DeliveryPackageInformation

Contains information about the delivery package being shipped by the customer to the Microsoft data center.

DriveBitLockerKey

BitLocker recovery key or password to the specified drive

DriveStatus

Provides information about the drive's status

EncryptionKeyDetails

Specifies the encryption key properties

ErrorResponse

Response when errors occurred

ErrorResponseErrorDetailsItem
Export

A property containing information about the blobs to be exported for an export job. This property is required for export jobs, but must not be specified for import jobs.

GetBitLockerKeysResponse

GetBitLockerKeys response

IdentityDetails

Specifies the identity properties.

JobDetails

Specifies the job properties

JobResponse

Contains the job information.

Jobs

Interface representing a Jobs.

JobsCreateOptionalParams

Optional parameters.

JobsDeleteOptionalParams

Optional parameters.

JobsGetOptionalParams

Optional parameters.

JobsListByResourceGroupNextOptionalParams

Optional parameters.

JobsListByResourceGroupOptionalParams

Optional parameters.

JobsListBySubscriptionNextOptionalParams

Optional parameters.

JobsListBySubscriptionOptionalParams

Optional parameters.

JobsUpdateOptionalParams

Optional parameters.

ListJobsResponse

List jobs response

ListOperationsResponse

List operations response

Location

Provides information about an Azure data center location.

Locations

Interface representing a Locations.

LocationsGetOptionalParams

Optional parameters.

LocationsListOptionalParams

Optional parameters.

LocationsResponse

Locations response

Operation

Describes a supported operation by the Storage Import/Export job API.

Operations

Interface representing a Operations.

OperationsListOptionalParams

Optional parameters.

PackageInformation

Contains information about the package being shipped by the customer to the Microsoft data center.

PutJobParameters

Put Job parameters

ReturnAddress

Specifies the return address information for the job.

ReturnShipping

Specifies the return carrier and customer's account with the carrier.

ShippingInformation

Contains information about the Microsoft datacenter to which the drives should be shipped.

StorageImportExportOptionalParams

Optional parameters.

SystemData

Metadata pertaining to creation and last modification of the resource.

UpdateJobParameters

Update Job parameters

Type Aliases

BitLockerKeysListResponse

Contains response data for the list operation.

CreatedByType

Defines values for CreatedByType.
KnownCreatedByType can be used interchangeably with CreatedByType, this enum contains the known values that the service supports.

Known values supported by the service

User
Application
ManagedIdentity
Key

DriveState

Defines values for DriveState.
KnownDriveState can be used interchangeably with DriveState, this enum contains the known values that the service supports.

Known values supported by the service

Specified
Received
NeverReceived
Transferring
Completed
CompletedMoreInfo
ShippedBack

EncryptionKekType

Defines values for EncryptionKekType.
KnownEncryptionKekType can be used interchangeably with EncryptionKekType, this enum contains the known values that the service supports.

Known values supported by the service

MicrosoftManaged
CustomerManaged

IdentityType

Defines values for IdentityType.
KnownIdentityType can be used interchangeably with IdentityType, this enum contains the known values that the service supports.

Known values supported by the service

None
SystemAssigned
UserAssigned

JobsCreateResponse

Contains response data for the create operation.

JobsGetResponse

Contains response data for the get operation.

JobsListByResourceGroupNextResponse

Contains response data for the listByResourceGroupNext operation.

JobsListByResourceGroupResponse

Contains response data for the listByResourceGroup operation.

JobsListBySubscriptionNextResponse

Contains response data for the listBySubscriptionNext operation.

JobsListBySubscriptionResponse

Contains response data for the listBySubscription operation.

JobsUpdateResponse

Contains response data for the update operation.

LocationsGetResponse

Contains response data for the get operation.

LocationsListResponse

Contains response data for the list operation.

OperationsListResponse

Contains response data for the list operation.

Enums

KnownCreatedByType

Known values of CreatedByType that the service accepts.

KnownDriveState

Known values of DriveState that the service accepts.

KnownEncryptionKekType

Known values of EncryptionKekType that the service accepts.

KnownIdentityType

Known values of IdentityType that the service accepts.

Functions

getContinuationToken(unknown)

Given the last .value produced by the byPage iterator, returns a continuation token that can be used to begin paging from that point later.

Function Details

getContinuationToken(unknown)

Given the last .value produced by the byPage iterator, returns a continuation token that can be used to begin paging from that point later.

function getContinuationToken(page: unknown): string | undefined

Parameters

page

unknown

An object from accessing value on the IteratorResult from a byPage iterator.

Returns

string | undefined

The continuation token that can be passed into byPage() during future calls.