| external help file | |
|---|---|
| Module Name | Az.MongoDB |
| online version | https://learn.microsoft.com/powershell/module/az.mongodb/get-azmongodbcluster |
| schema | 2.0.0 |
Get a Cluster
Get-AzMongoDBCluster -OrganizationName <String> -ProjectName <String> -ResourceGroupName <String>
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [<CommonParameters>]
Get-AzMongoDBCluster -Name <String> -OrganizationName <String> -ProjectName <String>
-ResourceGroupName <String> [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [<CommonParameters>]
Get-AzMongoDBCluster -InputObject <IMongoDbIdentity> [-DefaultProfile <PSObject>] [<CommonParameters>]
Get-AzMongoDBCluster -Name <String> -OrganizationInputObject <IMongoDbIdentity> -ProjectName <String>
[-DefaultProfile <PSObject>] [<CommonParameters>]
Get-AzMongoDBCluster -Name <String> -ProjectInputObject <IMongoDbIdentity> [-DefaultProfile <PSObject>]
[<CommonParameters>]
Get a Cluster
Get-AzMongoDBCluster -ResourceGroupName sharmaanuTest -OrganizationName KanedaTest -ProjectName test-project-1Backup : False
ClusterName : test-cluster-free
Id : /subscriptions/61641157-140c-4b97-b365-30ff76d9f82e/resourceGroups/sharmaanuTest/providers/MongoDB.Atlas/organizations/KanedaTest/projects/test-project-1/clusters/test-cluster-free
MongoDbVersion : 8.0.24-patch-6a3992052eafe5000797a34e
Name : test-cluster-free
ProvisioningState : Succeeded
RegionName : eastus2
ResourceGroupName : sharmaanuTest
State : IDLE
SystemDataCreatedAt :
SystemDataCreatedBy :
SystemDataCreatedByType :
SystemDataLastModifiedAt :
SystemDataLastModifiedBy :
SystemDataLastModifiedByType :
Tier : FREE
Type : MongoDB.Atlas/organizations/projects/clusters
Lists all clusters that belong to the given project.
Get-AzMongoDBCluster -ResourceGroupName sharmaanuTest -OrganizationName KanedaTest -ProjectName test-project-1 -Name test-cluster-free | Format-ListBackup : False
ClusterName : test-cluster-free
Id : /subscriptions/61641157-140c-4b97-b365-30ff76d9f82e/resourceGroups/sharmaanuTest/providers/MongoDB.Atlas/organizations/KanedaTest/projects/test-project-1/clusters/test-cluster-free
MongoDbVersion : 8.0.24-patch-6a3992052eafe5000797a34e
Name : test-cluster-free
ProvisioningState : Succeeded
RegionName : eastus2
ResourceGroupName : sharmaanuTest
State : IDLE
SystemDataCreatedAt :
SystemDataCreatedBy :
SystemDataCreatedByType :
SystemDataLastModifiedAt :
SystemDataLastModifiedBy :
SystemDataLastModifiedByType :
Tier : FREE
Type : MongoDB.Atlas/organizations/projects/clusters
Gets the details of a single cluster by name.
The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
Type: System.Management.Automation.PSObject
Parameter Sets: (All)
Aliases: AzureRMContext, AzureCredential
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseIdentity Parameter
Type: Microsoft.Azure.PowerShell.Cmdlets.MongoDB.Models.IMongoDbIdentity
Parameter Sets: GetViaIdentity
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: FalseName of the MongoDB Atlas Cluster resource.
Type: System.String
Parameter Sets: Get, GetViaIdentityOrganization, GetViaIdentityProject
Aliases: ClusterName
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseIdentity Parameter
Type: Microsoft.Azure.PowerShell.Cmdlets.MongoDB.Models.IMongoDbIdentity
Parameter Sets: GetViaIdentityOrganization
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: FalseName of the Organization resource
Type: System.String
Parameter Sets: Get, List
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseIdentity Parameter
Type: Microsoft.Azure.PowerShell.Cmdlets.MongoDB.Models.IMongoDbIdentity
Parameter Sets: GetViaIdentityProject
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: FalseName of the MongoDB Atlas Project resource.
Type: System.String
Parameter Sets: Get, GetViaIdentityOrganization, List
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThe name of the resource group. The name is case insensitive.
Type: System.String
Parameter Sets: Get, List
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThe ID of the target subscription. The value must be an UUID.
Type: System.String[]
Parameter Sets: Get, List
Aliases:
Required: False
Position: Named
Default value: (Get-AzContext).Subscription.Id
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.