IAdvisorIdentity.ConfigurationName 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.
Advisor configuration name. Value must be 'default'
[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.Info(Description="Advisor configuration name. Value must be 'default'", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.ConfigurationName) }, ReadOnly=false, Required=false, SerializedName="configurationName")]
public Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.ConfigurationName? ConfigurationName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.Info(Description="Advisor configuration name. Value must be 'default'", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.ConfigurationName) }, ReadOnly=false, Required=false, SerializedName="configurationName")>]
member this.ConfigurationName : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.ConfigurationName> with get, set
Public Property ConfigurationName As Nullable(Of ConfigurationName)
Property Value
- Attributes