次の方法で共有


IPolicyDefinition インターフェイス

定義

Azure Policy定義の変更できないクライアント側表現。

public interface IPolicyDefinition : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, 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.IPolicyDefinition>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.ResourceManager.Fluent.PolicyDefinition.Update.IUpdate>
type IPolicyDefinition = interface
    interface IHasName
    interface IHasId
    interface IIndexable
    interface IRefreshable<IPolicyDefinition>
    interface IUpdatable<IUpdate>
Public Interface IPolicyDefinition
Implements IHasId, IHasName, IIndexable, IRefreshable(Of IPolicyDefinition), IUpdatable(Of IUpdate)
実装

プロパティ

Description

説明の値を取得します。

DisplayName

表示名の値を取得します。

Id

リソース ID 文字列を取得します

(継承元 IHasId)
Key

Azure Policy定義の変更できないクライアント側表現。

(継承元 IIndexable)
Mode

モード値を取得します。

Name

リソースの名前を取得します

(継承元 IHasName)
PolicyRule

ポリシー ルールの値を取得します。

PolicyType

ポリシーの種類の値を取得します。

メソッド

Refresh()

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
RefreshAsync(CancellationToken)

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
Update()

Azure Policy定義の変更できないクライアント側表現。

(継承元 IUpdatable<T>)

適用対象