IEceDeploymentSecrets.EceSecretName 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.
Secret name expected for Enterprise Cloud Engine (ECE) deployment.
[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="Secret name expected for Enterprise Cloud Engine (ECE) deployment.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.EceSecrets) }, ReadOnly=false, Required=false, SerializedName="eceSecretName")]
public Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.EceSecrets? EceSecretName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="Secret name expected for Enterprise Cloud Engine (ECE) deployment.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.EceSecrets) }, ReadOnly=false, Required=false, SerializedName="eceSecretName")>]
member this.EceSecretName : Nullable<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.EceSecrets> with get, set
Public Property EceSecretName As Nullable(Of EceSecrets)
Property Value
- Attributes