ApplicationSourceResourceType 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.
The application source, what it affects, e.g. Assessments.
public readonly struct ApplicationSourceResourceType : IEquatable<Azure.ResourceManager.SecurityCenter.Models.ApplicationSourceResourceType>
type ApplicationSourceResourceType = struct
Public Structure ApplicationSourceResourceType
Implements IEquatable(Of ApplicationSourceResourceType)
- Inheritance
-
ApplicationSourceResourceType
- Implements
Constructors
ApplicationSourceResourceType(String) |
Initializes a new instance of ApplicationSourceResourceType. |
Properties
Assessments |
The source of the application is assessments. |
Methods
Equals(ApplicationSourceResourceType) |
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(ApplicationSourceResourceType, ApplicationSourceResourceType) |
Determines if two ApplicationSourceResourceType values are the same. |
Implicit(String to ApplicationSourceResourceType) |
Converts a string to a ApplicationSourceResourceType. |
Inequality(ApplicationSourceResourceType, ApplicationSourceResourceType) |
Determines if two ApplicationSourceResourceType values are not the same. |
Applies to
Azure SDK for .NET