New-AzManagedServicesEligibleApproverObject
EligibleApprover のメモリ内オブジェクトを作成します。
構文
New-AzManagedServicesEligibleApproverObject
-PrincipalId <String>
[-PrincipalIdDisplayName <String>]
[<CommonParameters>]
説明
EligibleApprover のメモリ内オブジェクトを作成します。
例
例 1: Azure Lighthouse の適格な承認承認者オブジェクトを作成する
New-AzManagedServicesEligibleApproverObject -PrincipalId "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" -PrincipalIdDisplayName "Approvers group"
PrincipalId PrincipalIdDisplayName
----------- ----------------------
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx Approvers group
Azure Lighthouse の適格な承認承認者オブジェクトを作成します。
パラメーター
-PrincipalId
Azure Active Directory プリンシパルの識別子。
型: | String |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-PrincipalIdDisplayName
Azure Active Directory プリンシパルの表示名。
型: | String |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
出力
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure PowerShell