IBlank<ParentT> インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アクセス ポリシー定義の最初のステージ。
public interface IBlank<ParentT> : Microsoft.Azure.Management.KeyVault.Fluent.AccessPolicy.UpdateDefinition.IWithIdentity<ParentT>
type IBlank<'ParentT> = interface
interface IWithIdentity<'ParentT>
Public Interface IBlank(Of ParentT)
Implements IWithIdentity(Of ParentT)
型パラメーター
- ParentT
この定義をアタッチした後に戻る親定義のステージ。
- 派生
- 実装
メソッド
ForGroup(IActiveDirectoryGroup) |
このアクセス ポリシーの対象となる Active Directory グループを指定します。 (継承元 IWithIdentity<ParentT>) |
ForObjectId(String) |
このアクセス ポリシーの対象となる Active Directory ID のオブジェクト ID を指定します。 (継承元 IWithIdentity<ParentT>) |
ForServicePrincipal(IServicePrincipal) |
このアクセス ポリシーの対象となる Active Directory サービス プリンシパルを指定します。 (継承元 IWithIdentity<ParentT>) |
ForServicePrincipal(String) |
このアクセス ポリシーの対象となる Active Directory サービス プリンシパルを指定します。 (継承元 IWithIdentity<ParentT>) |
ForUser(IActiveDirectoryUser) |
このアクセス ポリシーの対象となる Active Directory ユーザーを指定します。 (継承元 IWithIdentity<ParentT>) |
ForUser(String) |
このアクセス ポリシーの対象となる Active Directory ユーザーを指定します。 (継承元 IWithIdentity<ParentT>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET