ResourceGroupExportResult Constructors

Definition

Overloads

ResourceGroupExportResult()

Initializes a new instance of the ResourceGroupExportResult class.

ResourceGroupExportResult(Object, ErrorResponse)

Initializes a new instance of the ResourceGroupExportResult class.

ResourceGroupExportResult()

Initializes a new instance of the ResourceGroupExportResult class.

C#
public ResourceGroupExportResult();

Applies to

Azure SDK for .NET Legacy
Product Versions
Azure SDK for .NET Legacy

ResourceGroupExportResult(Object, ErrorResponse)

Initializes a new instance of the ResourceGroupExportResult class.

C#
public ResourceGroupExportResult(object template = default, Microsoft.Azure.Management.ResourceManager.Models.ErrorResponse error = default);

Parameters

template
Object

The template content.

error
ErrorResponse

The template export error.

Applies to

Azure SDK for .NET Legacy
Product Versions
Azure SDK for .NET Legacy