DownloadType Struct

Definition

Indicates the download type.

public readonly struct DownloadType : IEquatable<Azure.ResourceManager.AppComplianceAutomation.Models.DownloadType>
type DownloadType = struct
Public Structure DownloadType
Implements IEquatable(Of DownloadType)
Inheritance
DownloadType
Implements

Constructors

DownloadType(String)

Initializes a new instance of DownloadType.

Properties

ComplianceDetailedPdfReport

ComplianceDetailedPdfReport.

CompliancePdfReport

CompliancePdfReport.

ComplianceReport

ComplianceReport.

ResourceList

ResourceList.

Methods

Equals(DownloadType)

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(DownloadType, DownloadType)

Determines if two DownloadType values are the same.

Implicit(String to DownloadType)

Converts a string to a DownloadType.

Inequality(DownloadType, DownloadType)

Determines if two DownloadType values are not the same.

Applies to