次の方法で共有


PolicyInsightsExtensions.GetPolicyAttestation メソッド

定義

リソース スコープで既存の構成証明を取得します。

  • 要求パス/{resourceId}/providers/Microsoft.PolicyInsights/attestations/{attestationName}
  • 操作IdAttestations_GetAtResource
public static Azure.Response<Azure.ResourceManager.PolicyInsights.PolicyAttestationResource> GetPolicyAttestation (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string attestationName, System.Threading.CancellationToken cancellationToken = default);
static member GetPolicyAttestation : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.PolicyInsights.PolicyAttestationResource>
<Extension()>
Public Function GetPolicyAttestation (client As ArmClient, scope As ResourceIdentifier, attestationName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of PolicyAttestationResource)

パラメーター

client
ArmClient

ArmClientメソッドが実行されるインスタンス。

scope
ResourceIdentifier

リソースが適用されるスコープ。

attestationName
String

構成証明の名前。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

attestationName は空の文字列であり、空でないと予想されていました。

attestationName が null です。

適用対象