你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataConnectorKind Struct

Definition

The kind of the data connector

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKindTypeConverter))]
public struct DataConnectorKind : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKind>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.DataConnectorKindTypeConverter))>]
type DataConnectorKind = struct
    interface IArgumentCompleter
Public Structure DataConnectorKind
Implements IArgumentCompleter, IEquatable(Of DataConnectorKind)
Inheritance
DataConnectorKind
Attributes
Implements

Fields

AmazonWebServicesCloudTrail
AmazonWebServicesS3
ApiPolling
AzureActiveDirectory
AzureAdvancedThreatProtection
AzureSecurityCenter
Dynamics365
GenericUi
MicrosoftCloudAppSecurity
MicrosoftDefenderAdvancedThreatProtection
MicrosoftThreatIntelligence
MicrosoftThreatProtection
Office365
OfficeAtp
OfficeIrm
ThreatIntelligence
ThreatIntelligenceTaxii

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(DataConnectorKind)

Compares values of enum type DataConnectorKind

Equals(Object)

Compares values of enum type DataConnectorKind (override for Object)

GetHashCode()

Returns hashCode for enum DataConnectorKind

ToString()

Returns string representation for DataConnectorKind

Operators

Equality(DataConnectorKind, DataConnectorKind)

Overriding == operator for enum DataConnectorKind

Implicit(DataConnectorKind to String)

Implicit operator to convert DataConnectorKind to string

Implicit(String to DataConnectorKind)

Implicit operator to convert string to DataConnectorKind

Inequality(DataConnectorKind, DataConnectorKind)

Overriding != operator for enum DataConnectorKind

Applies to