Get-AzElasticOrganizationApiKey
Fetch User API Key from internal database, if it was generated and stored while creating the Elasticsearch Organization.
Get-AzElasticOrganizationApiKey
[-SubscriptionId <String[]>]
[-EmailId <String>]
[-DefaultProfile <PSObject>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Get-AzElasticOrganizationApiKey
[-SubscriptionId <String[]>]
-Body <IUserEmailId>
[-DefaultProfile <PSObject>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Get-AzElasticOrganizationApiKey
-InputObject <IElasticIdentity>
[-EmailId <String>]
[-DefaultProfile <PSObject>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Get-AzElasticOrganizationApiKey
-InputObject <IElasticIdentity>
-Body <IUserEmailId>
[-DefaultProfile <PSObject>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Fetch User API Key from internal database, if it was generated and stored while creating the Elasticsearch Organization.
Example 1: Fetch User API Key from internal database, if it was generated and stored while creating the Elasticsearch Organization.
Get-AzElasticOrganizationApiKey -Body $EmailIdObject
This command will Fetch User API Key from internal database, if it was generated and stored while creating the Elasticsearch Organization.
Email Id of the User Organization, of which the API Key must be returned To construct, see NOTES section for BODY properties and create a hash table.
Type: | IUserEmailId |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
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 |
The User email Id
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
Type: | IElasticIdentity |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
The ID of the target subscription. The value must be an UUID.
Type: | String[] |
Position: | Named |
Default value: | (Get-AzContext).Subscription.Id |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |