Share via


ApplicationSourceResourceType Struct

Definition

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