< Back

Test-AzureRmDataLakeStoreAccount

Tue Jan 29, 2019 9:46 pm

NAME Test-AzureRmDataLakeStoreAccount



SYNOPSIS

Tests the existence of a Data Lake Store account.





SYNTAX

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





DESCRIPTION

The Test-AzureRmDataLakeStoreAccount cmdlet tests the existence of a Data Lake Store 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 name of the Data Lake Store account to test.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ResourceGroupName <String>

Specifies the name of the resource group that contains the account to test.



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 the existence of the specified account.





NOTES









Example 1: Test an account



PS C:\\>Test-AzureRmDataLakeStoreAccount -Name "ContosoADL"



This command tests whether the account named ContosoADL exists.







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... oreaccount

Get-AzureRmDataLakeStoreAccount

New-AzureRmDataLakeStoreAccount

Remove-AzureRmDataLakeStoreAccount

Set-AzureRmDataLakeStoreAccount