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

Name Description
AppComplianceDownloadType(String)

Initializes a new instance of AppComplianceDownloadType.

Properties

Name Description
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

Name Description
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

Name Description
Equality(AppComplianceDownloadType, AppComplianceDownloadType)

Determines if two AppComplianceDownloadType values are the same.

Implicit(String to AppComplianceDownloadType)

Converts a string to a AppComplianceDownloadType.

Implicit(String to Nullable<AppComplianceDownloadType>)
Inequality(AppComplianceDownloadType, AppComplianceDownloadType)

Determines if two AppComplianceDownloadType values are not the same.

Applies to