@azure/arm-mongodbatlas package
Classes
| AtlasClient |
Interfaces
| AtlasClientOptionalParams |
Optional parameters for the client. |
| Cluster |
The MongoDB Atlas Cluster resource type. A cluster is a managed database deployment within a project. |
| ClusterProperties |
Properties specific to a MongoDB Atlas Cluster. |
| ClustersCreateOrUpdateOptionalParams |
Optional parameters. |
| ClustersDeleteOptionalParams |
Optional parameters. |
| ClustersGetOptionalParams |
Optional parameters. |
| ClustersListOptionalParams |
Optional parameters. |
| ClustersOperations |
Interface representing a Clusters operations. |
| 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. |
| ManagedServiceIdentity |
Managed service identity (system assigned and/or user assigned identities) |
| MarketplaceDetails |
Marketplace details for an organization |
| OfferDetails |
Offer details for the marketplace that is selected by the user |
| Operation |
Details of a REST API operation, returned from the Resource Provider Operations API |
| OperationDisplay |
Localized display information for an operation. |
| OperationsListOptionalParams |
Optional parameters. |
| OperationsOperations |
Interface representing a Operations operations. |
| OrganizationProperties |
Properties specific to Organization |
| OrganizationResource |
The resource model definition for an Azure Organization |
| OrganizationResourceUpdate |
The type used for update operations of the OrganizationResource. |
| OrganizationResourceUpdateProperties |
The updatable properties of the OrganizationResource. |
| OrganizationsCreateOrUpdateOptionalParams |
Optional parameters. |
| OrganizationsDeleteOptionalParams |
Optional parameters. |
| OrganizationsGetOptionalParams |
Optional parameters. |
| OrganizationsListByResourceGroupOptionalParams |
Optional parameters. |
| OrganizationsListBySubscriptionOptionalParams |
Optional parameters. |
| OrganizationsOperations |
Interface representing a Organizations operations. |
| OrganizationsUpdateOptionalParams |
Optional parameters. |
| PageSettings |
Options for the byPage method |
| PagedAsyncIterableIterator |
An interface that allows async iterable iteration both to completion and by page. |
| PartnerProperties |
MongoDB specific Properties |
| Project |
The MongoDB Atlas Project resource type. A project is a logical grouping of clusters within an organization. |
| ProjectLimitStatus |
Usage and limit status for a resource quota in a MongoDB Atlas project. |
| ProjectProperties |
Properties specific to a MongoDB Atlas Project. |
| ProjectsCreateOrUpdateOptionalParams |
Optional parameters. |
| ProjectsDeleteOptionalParams |
Optional parameters. |
| ProjectsGetOptionalParams |
Optional parameters. |
| ProjectsListClusterTierRegionsOptionalParams |
Optional parameters. |
| ProjectsListOptionalParams |
Optional parameters. |
| ProjectsOperations |
Interface representing a Projects operations. |
| ProjectsTierLimitReachedOptionalParams |
Optional parameters. |
| ProxyResource |
The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location |
| RegionsByTierResponse |
Response for regions by cluster tier. |
| Resource |
Common fields that are returned in the response for all Azure Resource Manager resources |
| RestorePollerOptions | |
| SystemData |
Metadata pertaining to creation and last modification of the resource. |
| TierLimitReachedResponse |
Response for tier limit check. |
| TierRegions |
Cluster tier and its supported regions. |
| 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 for an organization |
Type Aliases
| ActionType |
Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. Known values supported by the serviceInternal: Actions are for internal-only APIs. |
| AzureSupportedClouds |
The supported values for cloud setting as a string literal type |
| ClusterTier |
Cluster tier options for MongoDB Atlas. Known values supported by the serviceFREE: Free tier cluster. |
| ContinuablePage |
An interface that describes a page of results. |
| CreatedByType |
The kind of entity that created the resource. Known values supported by the serviceUser: The entity was created by a user. |
| ManagedServiceIdentityType |
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). Known values supported by the serviceNone: No managed identity. |
| MarketplaceSubscriptionStatus |
Marketplace subscription status of a resource. Known values supported by the servicePendingFulfillmentStart: Purchased but not yet activated |
| Origin |
The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" Known values supported by the serviceuser: Indicates the operation is initiated by a user. |
| ResourceProvisioningState |
The provisioning state of a resource type. Known values supported by the serviceSucceeded: Resource has been created. |
Enums
| AzureClouds |
An enum to describe Azure Cloud environments. |
| KnownActionType |
Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. |
| KnownClusterTier |
Cluster tier options for MongoDB Atlas. |
| KnownCreatedByType |
The kind of entity that created the resource. |
| KnownManagedServiceIdentityType |
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). |
| KnownMarketplaceSubscriptionStatus |
Marketplace subscription status of a resource. |
| KnownOrigin |
The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" |
| KnownResourceProvisioningState |
The provisioning state of a resource type. |
| KnownVersions |
Supported versions for the MongoDB.Atlas resource model |
Functions
| is |
Typeguard for RestError |
| restore |
Creates a poller from the serialized state of another poller. This can be useful when you want to create pollers on a different host or a poller needs to be constructed after the original one is not in scope. |
Variables
| Rest |
A custom error type for failed pipeline requests. |
Function Details
isRestError(unknown)
Typeguard for RestError
function isRestError(e: unknown): e
Parameters
- e
-
unknown
Something caught by a catch clause.
Returns
e
restorePoller<TResponse, TResult>(AtlasClient, string, (args: any[]) => PollerLike<OperationState<TResult>, TResult>, RestorePollerOptions<TResult, PathUncheckedResponse>)
Creates a poller from the serialized state of another poller. This can be useful when you want to create pollers on a different host or a poller needs to be constructed after the original one is not in scope.
function restorePoller<TResponse, TResult>(client: AtlasClient, serializedState: string, sourceOperation: (args: any[]) => PollerLike<OperationState<TResult>, TResult>, options?: RestorePollerOptions<TResult, PathUncheckedResponse>): PollerLike<OperationState<TResult>, TResult>
Parameters
- client
- AtlasClient
- serializedState
-
string
- sourceOperation
-
(args: any[]) => PollerLike<OperationState<TResult>, TResult>
- options
-
RestorePollerOptions<TResult, PathUncheckedResponse>
Returns
PollerLike<OperationState<TResult>, TResult>
Variable Details
RestError
A custom error type for failed pipeline requests.
RestError: RestErrorConstructor