你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AttestationCmdletBase.GetAttestationName Method

Definition

Gets the name of the attestation that is being acted upon.

protected string GetAttestationName (string name = default, string resourceId = default, Microsoft.Azure.Commands.PolicyInsights.Models.Attestations.PSAttestation inputObject = default);
member this.GetAttestationName : string * string * Microsoft.Azure.Commands.PolicyInsights.Models.Attestations.PSAttestation -> string
Protected Function GetAttestationName (Optional name As String = Nothing, Optional resourceId As String = Nothing, Optional inputObject As PSAttestation = Nothing) As String

Parameters

name
String

The provided attestation name

resourceId
String

The full resource ID of the attestation resource

inputObject
PSAttestation

The attestation input object

Returns

Applies to