Share via


ProviderName Struct

Definition

Provider name

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

Fields

MicrosoftAadiamDiagnosticSettings
MicrosoftAuthorizationPolicyAssignments
MicrosoftOperationalInsightsSolutions
MicrosoftOperationalInsightsWorkspaces
MicrosoftOperationalInsightsWorkspacesDatasources
MicrosoftOperationalInsightsWorkspacesSharedKeys

Methods

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

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

Equals(Object)

Compares values of enum type ProviderName (override for Object)

Equals(ProviderName)

Compares values of enum type ProviderName

GetHashCode()

Returns hashCode for enum ProviderName

ToString()

Returns string representation for ProviderName

Operators

Equality(ProviderName, ProviderName)

Overriding == operator for enum ProviderName

Implicit(ProviderName to String)

Implicit operator to convert ProviderName to string

Implicit(String to ProviderName)

Implicit operator to convert string to ProviderName

Inequality(ProviderName, ProviderName)

Overriding != operator for enum ProviderName

Applies to