@azure/arm-qumulo package
Classes
QumuloStorage |
Interfaces
ErrorAdditionalInfo |
The resource management error additional info. |
ErrorDetail |
The error detail. |
ErrorResponse |
Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). |
FileSystemResource |
Concrete tracked resource types can be created by aliasing this type using a specific property type. |
FileSystemResourceListResult |
The response of a FileSystemResource list operation. |
FileSystemResourceUpdate |
The type used for update operations of the FileSystemResource. |
FileSystemResourceUpdateProperties |
The updatable properties of the FileSystemResource. |
FileSystems |
Interface representing a FileSystems. |
FileSystemsCreateOrUpdateHeaders |
Defines headers for FileSystems_createOrUpdate operation. |
FileSystemsCreateOrUpdateOptionalParams |
Optional parameters. |
FileSystemsDeleteHeaders |
Defines headers for FileSystems_delete operation. |
FileSystemsDeleteOptionalParams |
Optional parameters. |
FileSystemsGetOptionalParams |
Optional parameters. |
FileSystemsListByResourceGroupNextOptionalParams |
Optional parameters. |
FileSystemsListByResourceGroupOptionalParams |
Optional parameters. |
FileSystemsListBySubscriptionNextOptionalParams |
Optional parameters. |
FileSystemsListBySubscriptionOptionalParams |
Optional parameters. |
FileSystemsUpdateOptionalParams |
Optional parameters. |
ManagedServiceIdentity |
Managed service identity (system assigned and/or user assigned identities) |
MarketplaceDetails |
MarketplaceDetails of Qumulo FileSystem resource |
Operation |
Details of a REST API operation, returned from the Resource Provider Operations API |
OperationDisplay |
Localized display information for this particular operation. |
OperationListResult |
A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. |
Operations |
Interface representing a Operations. |
OperationsListNextOptionalParams |
Optional parameters. |
OperationsListOptionalParams |
Optional parameters. |
QumuloStorageOptionalParams |
Optional parameters. |
Resource |
Common fields that are returned in the response for all Azure Resource Manager resources |
SystemData |
Metadata pertaining to creation and last modification of the resource. |
TrackedResource |
The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' |
UserAssignedIdentity |
User assigned identity properties |
UserDetails |
User Details of Qumulo FileSystem resource |
Type Aliases
ActionType |
Defines values for ActionType. Known values supported by the serviceInternal |
CreatedByType |
Defines values for CreatedByType. Known values supported by the serviceUser |
FileSystemsCreateOrUpdateResponse |
Contains response data for the createOrUpdate operation. |
FileSystemsDeleteResponse |
Contains response data for the delete operation. |
FileSystemsGetResponse |
Contains response data for the get operation. |
FileSystemsListByResourceGroupNextResponse |
Contains response data for the listByResourceGroupNext operation. |
FileSystemsListByResourceGroupResponse |
Contains response data for the listByResourceGroup operation. |
FileSystemsListBySubscriptionNextResponse |
Contains response data for the listBySubscriptionNext operation. |
FileSystemsListBySubscriptionResponse |
Contains response data for the listBySubscription operation. |
FileSystemsUpdateResponse |
Contains response data for the update operation. |
ManagedServiceIdentityType |
Defines values for ManagedServiceIdentityType. Known values supported by the serviceNone |
MarketplaceSubscriptionStatus |
Defines values for MarketplaceSubscriptionStatus. Known values supported by the servicePendingFulfillmentStart: Fulfillment has not started |
OperationsListNextResponse |
Contains response data for the listNext operation. |
OperationsListResponse |
Contains response data for the list operation. |
Origin |
Defines values for Origin. Known values supported by the serviceuser |
ProvisioningState |
Defines values for ProvisioningState. Known values supported by the serviceAccepted: File system resource creation request accepted |
Enums
KnownActionType |
Known values of ActionType that the service accepts. |
KnownCreatedByType |
Known values of CreatedByType that the service accepts. |
KnownManagedServiceIdentityType |
Known values of ManagedServiceIdentityType that the service accepts. |
KnownMarketplaceSubscriptionStatus |
Known values of MarketplaceSubscriptionStatus that the service accepts. |
KnownOrigin |
Known values of Origin that the service accepts. |
KnownProvisioningState |
Known values of ProvisioningState that the service accepts. |
Functions
get |
Given the last |
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.