Get-AzAppConfigurationLabel
Gets a list of labels.
Syntax
Get-AzAppConfigurationLabel
-Endpoint <String>
[-After <String>]
[-Name <String>]
[-Select <System.Collections.Generic.List`1[System.String]>]
[-AcceptDatetime <String>]
[-SyncToken <String>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Gets a list of labels.
Examples
Example 1: List the labels in an App Configuration store
Get-AzAppConfigurationLabel -endpoint $endpoint
Name
----
label
List all the labels in an App Configuration store.
Parameters
-AcceptDatetime
Requests the server to respond with the state of the resource at the specified time.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-After
Instructs the server to return elements that appear after the element referred to by the specified token.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DefaultProfile
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 |
-Endpoint
The endpoint of the App Configuration instance to send requests to.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
A filter for the name of the returned labels.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Select
Used to select what fields are present in the returned resource(s).
Type: | List<T>[String] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SyncToken
Used to guarantee real-time consistency between requests.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
Azure PowerShell