Condividi tramite


DeploymentExportResult Constructors

Definition

Overloads

DeploymentExportResult()

Initializes a new instance of the DeploymentExportResult class.

DeploymentExportResult(Object)

Initializes a new instance of the DeploymentExportResult class.

DeploymentExportResult()

Initializes a new instance of the DeploymentExportResult class.

public DeploymentExportResult ();
Public Sub New ()

Applies to

DeploymentExportResult(Object)

Initializes a new instance of the DeploymentExportResult class.

public DeploymentExportResult (object template = default);
new Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult : obj -> Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult
Public Sub New (Optional template As Object = Nothing)

Parameters

template
Object

The template content.

Applies to