DeploymentExportResult Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| DeploymentExportResult() | |
| DeploymentExportResult(Object) |
DeploymentExportResult()
public DeploymentExportResult();
Public Sub New ()
Applies to
DeploymentExportResult(Object)
public DeploymentExportResult(object template = default);
new Microsoft.Azure.Management.Internal.Resources.Models.DeploymentExportResult : obj -> Microsoft.Azure.Management.Internal.Resources.Models.DeploymentExportResult
Public Sub New (Optional template As Object = Nothing)
Parameters
- template
- Object