次の方法で共有


New-AzManagedServicesEligibleApproverObject

EligibleApprover のメモリ内オブジェクトを作成します。

構文

Default (既定)

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
規定値:None
ワイルドカードのサポート:False
DontShow:False

パラメーター セット

(All)
配置:Named
必須:True
パイプラインからの値:False
プロパティ名別のパイプラインからの値:False
残りの引数からの値:False

-PrincipalIdDisplayName

Azure Active Directory プリンシパルの表示名。

パラメーターのプロパティ

型:String
規定値:None
ワイルドカードのサポート:False
DontShow:False

パラメーター セット

(All)
配置:Named
必須:False
パイプラインからの値:False
プロパティ名別のパイプラインからの値:False
残りの引数からの値:False

CommonParameters

このコマンドレットでは、一般的なパラメーター -Debug、-ErrorAction、-ErrorVariable、-InformationAction、-InformationVariable、-OutBuffer、-OutVariable、-PipelineVariable、-ProgressAction、-Verbose、-WarningAction、-WarningVariable の各パラメーターがサポートされています。 詳細については、about_CommonParametersを参照してください。

出力

EligibleApprover