SecurityCenterExtensions.GetInformationProtectionPolicies メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
特定の管理グループの情報保護ポリシー。
- 要求パス/{scope}/providers/Microsoft.Security/informationProtectionPolicies
- 操作IdInformationProtectionPolicies_List
public static Azure.Pageable<Azure.ResourceManager.SecurityCenter.Models.InformationProtectionPolicy> GetInformationProtectionPolicies (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, System.Threading.CancellationToken cancellationToken = default);
static member GetInformationProtectionPolicies : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SecurityCenter.Models.InformationProtectionPolicy>
<Extension()>
Public Function GetInformationProtectionPolicies (client As ArmClient, scope As ResourceIdentifier, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of InformationProtectionPolicy)
パラメーター
- scope
- ResourceIdentifier
リソースが適用するスコープ。
- cancellationToken
- CancellationToken
使用する取り消しトークン。