< Back
Test-AzureRmDataLakeAnalyticsAccount
Post
NAME 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.
PARAMETERS
-DefaultProfile <IAzureContextContainer>
The credentials, account, tenant, and subscription used for communication with azure
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Name <String>
Specifies the Data Lake Analytics account name.
Required? true
Position? 0
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-ResourceGroupName <String>
Specifies the resource group name of the Data Lake Analytics account.
Required? false
Position? 1
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
This cmdlet does not accept any input.
OUTPUTS
bool
True or false indicating whether the account exists or not.
NOTES
Example 1: Test whether an account exists
PS C:\\>Test-AzureRmDataLakeAnalyticsAccount -Name "ContosoAdlAccount"
This command tests whether the account named ContosoAdlAccount exists.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... icsaccount
Get-AzureRmDataLakeAnalyticsAccount
New-AzureRmDataLakeAnalyticsAccount
Set-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.
PARAMETERS
-DefaultProfile <IAzureContextContainer>
The credentials, account, tenant, and subscription used for communication with azure
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Name <String>
Specifies the Data Lake Analytics account name.
Required? true
Position? 0
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-ResourceGroupName <String>
Specifies the resource group name of the Data Lake Analytics account.
Required? false
Position? 1
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
This cmdlet does not accept any input.
OUTPUTS
bool
True or false indicating whether the account exists or not.
NOTES
Example 1: Test whether an account exists
PS C:\\>Test-AzureRmDataLakeAnalyticsAccount -Name "ContosoAdlAccount"
This command tests whether the account named ContosoAdlAccount exists.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... icsaccount
Get-AzureRmDataLakeAnalyticsAccount
New-AzureRmDataLakeAnalyticsAccount
Set-AzureRmDataLakeAnalyticsAccount