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