IScaleUnits.DeploymentDataSecret Property
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.
secrets used for cloud deployment.
[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="secrets used for cloud deployment.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IEceDeploymentSecrets) }, ReadOnly=false, Required=false, SerializedName="secrets")]
public Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IEceDeploymentSecrets[] DeploymentDataSecret { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="secrets used for cloud deployment.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IEceDeploymentSecrets) }, ReadOnly=false, Required=false, SerializedName="secrets")>]
member this.DeploymentDataSecret : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IEceDeploymentSecrets[] with get, set
Public Property DeploymentDataSecret As IEceDeploymentSecrets()
Property Value
- Attributes