AppComplianceDownloadType Struct

Definition

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