ServiceClient.IService.SecurityPrincipalsGet メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
セキュリティ プリンシパルとそのアクセス許可を取得します。
virtual Microsoft::MasterDataServices::SecurityPrincipalsGetResponse ^ Microsoft.MasterDataServices.IService.SecurityPrincipalsGet(Microsoft::MasterDataServices::SecurityPrincipalsGetRequest ^ request) = Microsoft::MasterDataServices::IService::SecurityPrincipalsGet;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.SecurityPrincipalsGetResponse IService.SecurityPrincipalsGet (Microsoft.MasterDataServices.SecurityPrincipalsGetRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.SecurityPrincipalsGet : Microsoft.MasterDataServices.SecurityPrincipalsGetRequest -> Microsoft.MasterDataServices.SecurityPrincipalsGetResponse
override this.Microsoft.MasterDataServices.IService.SecurityPrincipalsGet : Microsoft.MasterDataServices.SecurityPrincipalsGetRequest -> Microsoft.MasterDataServices.SecurityPrincipalsGetResponse
Function SecurityPrincipalsGet (request As SecurityPrincipalsGetRequest) As SecurityPrincipalsGetResponse Implements IService.SecurityPrincipalsGet
パラメーター
- request
- SecurityPrincipalsGetRequest
取得要求。
戻り値
操作の SecurityPrincipalsGetResponse。
実装
- 属性