Class EnvironmentDeploymentPropertiesFragment
Properties of an environment deployment.
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.DevTestLabs.dll
Syntax
public class EnvironmentDeploymentPropertiesFragment
Constructors
EnvironmentDeploymentPropertiesFragment()
Initializes a new instance of the EnvironmentDeploymentPropertiesFragment class.
Declaration
public EnvironmentDeploymentPropertiesFragment ();
EnvironmentDeploymentPropertiesFragment(String, IList<ArmTemplateParameterPropertiesFragment>)
Initializes a new instance of the EnvironmentDeploymentPropertiesFragment class.
Declaration
public EnvironmentDeploymentPropertiesFragment (string armTemplateId = null, System.Collections.Generic.IList<Microsoft.Azure.Management.DevTestLabs.Models.ArmTemplateParameterPropertiesFragment> parameters = null);
Parameters
|
String
armTemplateId
The Azure Resource Manager template's identifier. |
|
IList<ArmTemplateParameterPropertiesFragment>
parameters
The parameters of the Azure Resource Manager template. |
Properties
ArmTemplateId
Gets or sets the Azure Resource Manager template's identifier.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="armTemplateId")]
public string ArmTemplateId { get; set; }
Property Value
|
String
|
Parameters
Gets or sets the parameters of the Azure Resource Manager template.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="parameters")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DevTestLabs.Models.ArmTemplateParameterPropertiesFragment> Parameters { get; set; }
Property Value
|
IList<ArmTemplateParameterPropertiesFragment>
|