次の方法で共有


IPolicyAssignments インターフェイス

定義

public interface IPolicyAssignments : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.ResourceManager.Fluent.PolicyAssignment.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.ResourceManager.Fluent.IPolicyAssignment>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.ResourceManager.Fluent.IPolicyAssignment>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByResourceGroup<Microsoft.Azure.Management.ResourceManager.Fluent.IPolicyAssignment>
type IPolicyAssignments = interface
    interface ISupportsListing<IPolicyAssignment>
    interface ISupportsListingByResourceGroup<IPolicyAssignment>
    interface ISupportsGettingById<IPolicyAssignment>
    interface ISupportsCreating<IBlank>
    interface ISupportsDeletingById
Public Interface IPolicyAssignments
Implements ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsGettingById(Of IPolicyAssignment), ISupportsListing(Of IPolicyAssignment), ISupportsListingByResourceGroup(Of IPolicyAssignment)
実装

メソッド

Define(String) (継承元 ISupportsCreating<T>)
DeleteById(String)

Azure からリソースを削除し、そのリソース ID で識別します。

(継承元 ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Azure からリソースを削除し、そのリソース ID で識別します。

(継承元 ISupportsDeletingById)
GetById(String)

リソース ID に基づいて、Azure からリソースに関する情報を取得します。

(継承元 ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

リソース ID に基づいて、Azure からリソースに関する情報を取得します。

(継承元 ISupportsGettingById<T>)
List()

現在選択されているサブスクリプション内の指定した種類のすべてのリソースを一覧表示します。

(継承元 ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

現在選択されているサブスクリプション内の指定した種類のすべてのリソースを一覧表示します。

(継承元 ISupportsListing<T>)
ListByResource(String)

リソースのポリシー割り当てを一覧表示します。

ListByResourceAsync(String, CancellationToken)

リソースのポリシー割り当てを一覧表示します。

ListByResourceGroup(String)

指定したリソース グループ内の指定した種類のリソースを一覧表示します。

(継承元 ISupportsListingByResourceGroup<T>)
ListByResourceGroupAsync(String, Boolean, CancellationToken)

指定したリソース グループ内の指定した種類のリソースを一覧表示します。

(継承元 ISupportsListingByResourceGroup<T>)

適用対象