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

ExportResourceTerraform(IEnumerable<ResourceIdentifier>) Constructor

Definition

Initializes a new instance of ExportResourceTerraform.

public ExportResourceTerraform(System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> resourceIds);
new Azure.ResourceManager.Terraform.Models.ExportResourceTerraform : seq<Azure.Core.ResourceIdentifier> -> Azure.ResourceManager.Terraform.Models.ExportResourceTerraform
Public Sub New (resourceIds As IEnumerable(Of ResourceIdentifier))

Parameters

resourceIds
IEnumerable<ResourceIdentifier>

The id of the resource to be exported.

Exceptions

resourceIds is null.

Applies to