< Back

Get-AzureRmDataLakeStoreTrustedIdProvider

Tue Jan 29, 2019 9:45 pm

NAME Get-AzureRmDataLakeStoreTrustedIdProvider



SYNOPSIS

Gets the specified trusted identity provider in the specified Data Lake Store. If no provider is specified, then lists all providers for the

account.





SYNTAX

Get-AzureRmDataLakeStoreTrustedIdProvider [-Account] <String> [[-Name] <String>] [[-ResourceGroupName] <String>] [-DefaultProfile

<IAzureContextContainer>] [<CommonParameters>]





DESCRIPTION

The Get-AzureRmDataLakeStoreTrustedIdProvider cmdlet gets the specified trusted identity provider in the specified Data Lake Store. If no provider

is specified, then lists all providers for the account.





PARAMETERS

-Account <String>

The Data Lake Store account to retrieve the trusted identity provider from



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-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>

The name of the trusted identity provider to retrieve



Required? false

Position? 1

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ResourceGroupName <String>

Name of resource group under which want to retrieve the specified account's specified trusted identity provider.



Required? false

Position? 2

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

DataLakeStoreTrustedIdProvider

The details of the specified trusted identity provider.



IList<DataLakeStoreTrustedIdProvider>

The list of trusted identity providers in the specified account.





NOTES









Example 1: Get a specific trusted identity provider



PS C:\\> Get-AzureRmDataLakeStoreTrustedIdProvider -AccountName "ContosoADL" -Name MyProvider



Returns the provider named "MyProvider" from account "ContosoADL"





Example 2: List all providers in an account



PS C:\\> Get-AzureRmDataLakeStoreTrustedIdProvider -AccountName "ContosoADL"



Lists all providers under the account "ContosoADL"







RELATED LINKS

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