DownloadType 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 DownloadType : IEquatable<Azure.ResourceManager.AppComplianceAutomation.Models.DownloadType>
type DownloadType = struct
Public Structure DownloadType
Implements IEquatable(Of DownloadType)
- Inheritance
-
DownloadType
- Implements
Constructors
| Name | Description |
|---|---|
| DownloadType(String) |
Initializes a new instance of DownloadType. |
Properties
| Name | Description |
|---|---|
| ComplianceDetailedPdfReport |
ComplianceDetailedPdfReport. |
| CompliancePdfReport |
CompliancePdfReport. |
| ComplianceReport |
ComplianceReport. |
| ResourceList |
ResourceList. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |