Get-AzNewRelicOrganization
List all the existing organizations
Syntax
Get-AzNewRelicOrganization
[-SubscriptionId <String[]>]
-Location <String>
-UserEmail <String>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
List all the existing organizations
Examples
Example 1: List all the existing organizations
Get-AzNewRelicOrganization -Location eastus -UserEmail user1@outlook.com
List all the existing organizations in New Relic
Parameters
-DefaultProfile
The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
Type: | PSObject |
Aliases: | AzureRMContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Location
Location for NewRelic.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SubscriptionId
The ID of the target subscription.
Type: | String[] |
Position: | Named |
Default value: | (Get-AzContext).Subscription.Id |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-UserEmail
User Email.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure PowerShell