Get-AzDeploymentScript
取得或列出部署腳本。
語法
Get-AzDeploymentScript
[[-ResourceGroupName] <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzDeploymentScript
[-ResourceGroupName] <String>
[-Name] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzDeploymentScript
[-Id] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Get-AzDeploymentScript Cmdlet 會取得單一部署腳本或部署腳本清單。
範例
範例 1
Get-AzDeploymentScript
列出目前用戶內容中訂用帳戶中的部署腳本。
範例 2
Get-AzDeploymentScript -ResourceGroupName DS-TestRg
列出資源群組 DS-TestRg 中的部署腳本。
範例 3
Get-AzDeploymentScript -Name MyDeploymentScript -ResourceGroupName DS-TestRg
取得資源群組 DS-TestRG 中名稱為 MyDeploymentScript 的部署腳本。
範例 4
Get-AzDeploymentScript -Id "/subscriptions/{subId}/resourceGroups/{rgName}/providers/Microsoft.Resources/deploymentScripts/{deploymentScriptName}"
取得具有指定資源識別碼的部署腳本。
參數
-DefaultProfile
用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Id
部署腳本的完整資源標識碼。 範例:/subscriptions/{subId}/resourceGroups/{rgName}/providers/Microsoft.Resources/deploymentScripts/{deploymentScriptName}
類型: | String |
別名: | ResourceId |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-Name
部署文稿的名稱
類型: | String |
Position: | 1 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-ResourceGroupName
資源群組的名稱。
類型: | String |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |