共用方式為


Get-AzAppConfigurationLabel

取得標籤清單。

語法

Get-AzAppConfigurationLabel
   -Endpoint <String>
   [-After <String>]
   [-Name <String>]
   [-Select <System.Collections.Generic.List`1[System.String]>]
   [-AcceptDatetime <String>]
   [-SyncToken <String>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]

Description

取得標籤清單。

範例

範例 1:列出應用程式組態存放區中的標籤

Get-AzAppConfigurationLabel -endpoint $endpoint

Name
----

label

列出應用程式組態存放區中的所有標籤。

參數

-AcceptDatetime

要求伺服器在指定時間響應資源的狀態。

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-After

指示伺服器傳回出現在指定標記所參考之項目之後的專案。

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-DefaultProfile

DefaultProfile 參數無法運作。 如果針對不同的訂用帳戶執行 Cmdlet,請使用 SubscriptionId 參數。

類型:PSObject
別名:AzureRMContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Endpoint

要傳送要求之應用程式組態實例的端點。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-Name

傳回標籤標名稱的篩選。

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Select

用來選取傳回的資源中有哪些欄位。

類型:List<T>[String]
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-SyncToken

用來保證要求之間的即時一致性。

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

輸出

ILabel