@azure/arm-storageimportexport package
Classes
Interfaces
Bit |
Interface representing a BitLockerKeys. |
Bit |
Optional parameters. |
Delivery |
Contains information about the delivery package being shipped by the customer to the Microsoft data center. |
Drive |
BitLocker recovery key or password to the specified drive |
Drive |
Provides information about the drive's status |
Encryption |
Specifies the encryption key properties |
Error |
Response when errors occurred |
Error |
|
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. |
Get |
GetBitLockerKeys response |
Identity |
Specifies the identity properties. |
Job |
Specifies the job properties |
Job |
Contains the job information. |
Jobs |
Interface representing a Jobs. |
Jobs |
Optional parameters. |
Jobs |
Optional parameters. |
Jobs |
Optional parameters. |
Jobs |
Optional parameters. |
Jobs |
Optional parameters. |
Jobs |
Optional parameters. |
Jobs |
Optional parameters. |
Jobs |
Optional parameters. |
List |
List jobs response |
List |
List operations response |
Location |
Provides information about an Azure data center location. |
Locations |
Interface representing a Locations. |
Locations |
Optional parameters. |
Locations |
Optional parameters. |
Locations |
Locations response |
Operation |
Describes a supported operation by the Storage Import/Export job API. |
Operations |
Interface representing a Operations. |
Operations |
Optional parameters. |
Package |
Contains information about the package being shipped by the customer to the Microsoft data center. |
Put |
Put Job parameters |
Return |
Specifies the return address information for the job. |
Return |
Specifies the return carrier and customer's account with the carrier. |
Shipping |
Contains information about the Microsoft datacenter to which the drives should be shipped. |
Storage |
Optional parameters. |
System |
Metadata pertaining to creation and last modification of the resource. |
Update |
Update Job parameters |
Type Aliases
Bit |
Contains response data for the list operation. |
Created |
Defines values for CreatedByType. Known values supported by the serviceUser |
Drive |
Defines values for DriveState. Known values supported by the serviceSpecified |
Encryption |
Defines values for EncryptionKekType. Known values supported by the serviceMicrosoftManaged |
Identity |
Defines values for IdentityType. Known values supported by the serviceNone |
Jobs |
Contains response data for the create operation. |
Jobs |
Contains response data for the get operation. |
Jobs |
Contains response data for the listByResourceGroupNext operation. |
Jobs |
Contains response data for the listByResourceGroup operation. |
Jobs |
Contains response data for the listBySubscriptionNext operation. |
Jobs |
Contains response data for the listBySubscription operation. |
Jobs |
Contains response data for the update operation. |
Locations |
Contains response data for the get operation. |
Locations |
Contains response data for the list operation. |
Operations |
Contains response data for the list operation. |
Enums
Known |
Known values of CreatedByType that the service accepts. |
Known |
Known values of DriveState that the service accepts. |
Known |
Known values of EncryptionKekType that the service accepts. |
Known |
Known values of IdentityType that the service accepts. |
Functions
get |
Given the last |
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.
Azure SDK for JavaScript