Sdílet prostřednictvím


AdaptiveApplicationControlGroupSourceSystem Struct

Definition

The source type of the machine group.

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

Constructors

AdaptiveApplicationControlGroupSourceSystem(String)

Initializes a new instance of AdaptiveApplicationControlGroupSourceSystem.

Properties

AzureAppLocker

Azure_AppLocker.

AzureAuditD

Azure_AuditD.

NonAzureAppLocker

NonAzure_AppLocker.

NonAzureAuditD

NonAzure_AuditD.

None

None.

Methods

Equals(AdaptiveApplicationControlGroupSourceSystem)

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

Determines if two AdaptiveApplicationControlGroupSourceSystem values are the same.

Implicit(String to AdaptiveApplicationControlGroupSourceSystem)

Converts a string to a AdaptiveApplicationControlGroupSourceSystem.

Inequality(AdaptiveApplicationControlGroupSourceSystem, AdaptiveApplicationControlGroupSourceSystem)

Determines if two AdaptiveApplicationControlGroupSourceSystem values are not the same.

Applies to