다음을 통해 공유


IDeploymentResource.DeploymentSettingEnvironmentVariable Property

Definition

Collection of environment variables

[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Create=true, Description="Collection of environment variables", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IDeploymentSettingsEnvironmentVariables) }, Read=true, ReadOnly=false, Required=false, SerializedName="environmentVariables", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IDeploymentSettingsEnvironmentVariables DeploymentSettingEnvironmentVariable { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Create=true, Description="Collection of environment variables", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IDeploymentSettingsEnvironmentVariables) }, Read=true, ReadOnly=false, Required=false, SerializedName="environmentVariables", Update=true)>]
member this.DeploymentSettingEnvironmentVariable : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IDeploymentSettingsEnvironmentVariables with get, set
Public Property DeploymentSettingEnvironmentVariable As IDeploymentSettingsEnvironmentVariables

Property Value

Attributes

Applies to