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

ResourceManipulationCmdletBase.ResourceId Property

Definition

Gets or sets the resource Id parameter.

[System.Management.Automation.Alias(new System.String[] { "Id" })]
[System.Management.Automation.Parameter(HelpMessage="The fully qualified resource Id, including the subscription. e.g. /subscriptions/{subscriptionId}/providers/Microsoft.Sql/servers/myServer/databases/myDatabase", Mandatory=true, ParameterSetName="ByResourceId", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string ResourceId { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "Id" })>]
[<System.Management.Automation.Parameter(HelpMessage="The fully qualified resource Id, including the subscription. e.g. /subscriptions/{subscriptionId}/providers/Microsoft.Sql/servers/myServer/databases/myDatabase", Mandatory=true, ParameterSetName="ByResourceId", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.ResourceId : string with get, set
Public Property ResourceId As String

Property Value

Attributes

Applies to