AppComplianceReportEvidenceType 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.
Evidence type.
public readonly struct AppComplianceReportEvidenceType : IEquatable<Azure.ResourceManager.AppComplianceAutomation.Models.AppComplianceReportEvidenceType>
type AppComplianceReportEvidenceType = struct
Public Structure AppComplianceReportEvidenceType
Implements IEquatable(Of AppComplianceReportEvidenceType)
- Inheritance
-
AppComplianceReportEvidenceType
- Implements
Constructors
AppComplianceReportEvidenceType(String) |
Initializes a new instance of AppComplianceReportEvidenceType. |
Properties
AutoCollectedEvidence |
The evidence auto collected by App Compliance Automation. |
Data |
The evidence is data. |
File |
The evidence is a file. |
Methods
Equals(AppComplianceReportEvidenceType) |
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(AppComplianceReportEvidenceType, AppComplianceReportEvidenceType) |
Determines if two AppComplianceReportEvidenceType values are the same. |
Implicit(String to AppComplianceReportEvidenceType) |
Converts a string to a AppComplianceReportEvidenceType. |
Inequality(AppComplianceReportEvidenceType, AppComplianceReportEvidenceType) |
Determines if two AppComplianceReportEvidenceType values are not the same. |
Applies to
Azure SDK for .NET