ISummaryResource.SummaryType 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.
Describes the type of summary.
[Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.PSArgumentCompleter(new System.String[] { "Firmware", "CVE", "BinaryHardening", "CryptoCertificate", "CryptoKey" })]
[Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.Info(Create=false, Description="Describes the type of summary.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="summaryType", Update=false)]
public string SummaryType { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.PSArgumentCompleter(new System.String[] { "Firmware", "CVE", "BinaryHardening", "CryptoCertificate", "CryptoKey" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.Info(Create=false, Description="Describes the type of summary.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="summaryType", Update=false)>]
member this.SummaryType : string
Public ReadOnly Property SummaryType As String
Property Value
- Attributes