MtpProvider Struct

Definition

The available data providers.

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

Constructors

MtpProvider(String)

Initializes a new instance of MtpProvider.

Properties

MicrosoftDefenderForCloudApps

microsoftDefenderForCloudApps.

MicrosoftDefenderForIdentity

microsoftDefenderForIdentity.

Methods

Equals(MtpProvider)

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

Determines if two MtpProvider values are the same.

Implicit(String to MtpProvider)

Converts a string to a MtpProvider.

Inequality(MtpProvider, MtpProvider)

Determines if two MtpProvider values are not the same.

Applies to