Get-AzProviderOperation
取得使用 Azure RBAC 安全性實體的 Azure 資源提供者作業。
語法
Get-AzProviderOperation
[[-OperationSearchString] <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Get-AzProviderOperation 會取得 Azure 資源提供者所公開的作業。 作業可以組成以在 Azure RBAC 中建立自定義角色。 此命令會接受作業搜尋字串的輸入(具有可能的通配符(s),以決定要顯示的作業詳細數據。使用 Get-AzProviderOperation * 取得所有 Azure 資源提供者的所有作業。使用 Get-AzProviderOperation Microsoft.Compute/ 取得 Microsoft.Compute 資源提供者的所有作業。
範例
範例 1:取得所有提供者的所有動作
Get-AzProviderOperation *
範例 2:取得特定資源提供者的動作
Get-AzProviderOperation Microsoft.Insights/*
範例 3:取得可在虛擬機上執行的所有動作
Get-AzProviderOperation */virtualMachines/*
參數
-DefaultProfile
用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-OperationSearchString
作業搜尋字串 (具有可能的通配符 \ 字元)
類型: | String |
別名: | Name |
Position: | 0 |
預設值: | "*" |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
輸入
輸出
備註
關鍵詞:azure, azurerm, arm, 資源, 管理, 管理員, 資源, 群組, 範本, 部署