Skip to content

Latest commit

 

History

History
101 lines (71 loc) · 2.49 KB

Test-AzureRmDataLakeAnalyticsAccount.md

File metadata and controls

101 lines (71 loc) · 2.49 KB
external help file Module Name ms.assetid online version schema
Microsoft.Azure.Commands.DataLakeAnalytics.dll-Help.xml
AzureRM.DataLakeAnalytics
0B52890D-102F-4C3C-9EF9-017F6ECA3E26
2.0.0

Test-AzureRmDataLakeAnalyticsAccount

SYNOPSIS

Checks for the existence of a Data Lake Analytics account.

SYNTAX

Test-AzureRmDataLakeAnalyticsAccount [-Name] <String> [[-ResourceGroupName] <String>]
 [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]

DESCRIPTION

The Test-AzureRmDataLakeAnalyticsAccount cmdlet checks for the existence of a Data Lake Analytics account.

EXAMPLES

Example 1: Test whether an account exists

PS C:\>Test-AzureRmDataLakeAnalyticsAccount -Name "ContosoAdlAccount"

This command tests whether the account named ContosoAdlAccount exists.

PARAMETERS

-DefaultProfile

The credentials, account, tenant, and subscription used for communication with azure

Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer
Parameter Sets: (All)
Aliases: AzureRmContext, AzureCredential

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Name

Specifies the Data Lake Analytics account name.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-ResourceGroupName

Specifies the resource group name of the Data Lake Analytics account.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

System.String

OUTPUTS

System.Boolean

NOTES

RELATED LINKS

Get-AzureRmDataLakeAnalyticsAccount

New-AzureRmDataLakeAnalyticsAccount

Set-AzureRmDataLakeAnalyticsAccount