IPolicyAssignment インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Azure Policy Assignment の不変のクライアント側表現。
public interface IPolicyAssignment : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ResourceManager.Fluent.Models.PolicyAssignmentInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.ResourceManager.Fluent.IPolicyAssignment>
type IPolicyAssignment = interface
interface IHasName
interface IHasId
interface IIndexable
interface IRefreshable<IPolicyAssignment>
interface IHasInner<PolicyAssignmentInner>
Public Interface IPolicyAssignment
Implements IHasId, IHasInner(Of PolicyAssignmentInner), IHasName, IIndexable, IRefreshable(Of IPolicyAssignment)
- 実装
プロパティ
Description |
説明の値を取得します。 |
DisplayName |
表示名の値を取得します。 |
EnforcementMode |
強制モードの値を取得します。 |
Id |
リソース ID 文字列を取得します (継承元 IHasId) |
Inner |
Azure Policy Assignment の不変のクライアント側表現。 (継承元 IHasInner<T>) |
Key |
Azure Policy Assignment の不変のクライアント側表現。 (継承元 IIndexable) |
Name |
リソースの名前を取得します (継承元 IHasName) |
PolicyDefinitionId |
ポリシー定義 ID 値を取得します。 |
Scope |
スコープ値を取得します。 |
メソッド
Refresh() |
Azure と同期するようにリソースを更新します。 (継承元 IRefreshable<T>) |
RefreshAsync(CancellationToken) |
Azure と同期するようにリソースを更新します。 (継承元 IRefreshable<T>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET