IConfigData.Digest 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 digest configuration. Valid only for subscriptions
[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.Info(Description="Advisor digest configuration. Valid only for subscriptions", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IDigestConfig) }, ReadOnly=false, Required=false, SerializedName="digests")]
public Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IDigestConfig[] Digest { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.Info(Description="Advisor digest configuration. Valid only for subscriptions", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IDigestConfig) }, ReadOnly=false, Required=false, SerializedName="digests")>]
member this.Digest : Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.IDigestConfig[] with get, set
Public Property Digest As IDigestConfig()
Property Value
- Attributes