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

AttestationCmdletBase.GetRootScope Method

Definition

Gets the root scope of the attestation that is being acted upon.

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

Parameters

scope
String

The full scope

resourceId
String

The full resource ID of the attestation resource

resourceGroupName
String

The resource group name

inputObject
PSAttestation

The attestation input object

Returns

Applies to