AppComplianceDownloadType Struct
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.
Indicates the download type.
public readonly struct AppComplianceDownloadType : IEquatable<Azure.ResourceManager.AppComplianceAutomation.Models.AppComplianceDownloadType>
type AppComplianceDownloadType = struct
Public Structure AppComplianceDownloadType
Implements IEquatable(Of AppComplianceDownloadType)
- Inheritance
-
AppComplianceDownloadType
- Implements
Constructors
AppComplianceDownloadType(String) |
Initializes a new instance of AppComplianceDownloadType. |
Properties
ComplianceDetailedPdfReport |
Download the detailed compliance pdf report. |
CompliancePdfReport |
Download the compliance pdf report. |
ComplianceReport |
Download the compliance report. |
ResourceList |
Download the resource list of the report. |
Methods
Equals(AppComplianceDownloadType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(AppComplianceDownloadType, AppComplianceDownloadType) |
Determines if two AppComplianceDownloadType values are the same. |
Implicit(String to AppComplianceDownloadType) |
Converts a string to a AppComplianceDownloadType. |
Inequality(AppComplianceDownloadType, AppComplianceDownloadType) |
Determines if two AppComplianceDownloadType values are not the same. |
Applies to
Azure SDK for .NET