AdvisorIdentity.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.Origin(Microsoft.Azure.PowerShell.Cmdlets.Advisor.PropertyOrigin.Owned)]
public Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.ConfigurationName? ConfigurationName { get; set; }
[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Origin(Microsoft.Azure.PowerShell.Cmdlets.Advisor.PropertyOrigin.Owned)]
public string ConfigurationName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Advisor.Origin(Microsoft.Azure.PowerShell.Cmdlets.Advisor.PropertyOrigin.Owned)>]
member this.ConfigurationName : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.ConfigurationName> with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.Advisor.Origin(Microsoft.Azure.PowerShell.Cmdlets.Advisor.PropertyOrigin.Owned)>]
member this.ConfigurationName : string with get, set
Public Property ConfigurationName As Nullable(Of ConfigurationName)
Public Property ConfigurationName As String
Property Value
Implements
- Attributes