ConnectorProviderName Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provider name.
public readonly struct ConnectorProviderName : IEquatable<Azure.ResourceManager.SecurityInsights.Models.ConnectorProviderName>
type ConnectorProviderName = struct
Public Structure ConnectorProviderName
Implements IEquatable(Of ConnectorProviderName)
- Inheritance
-
ConnectorProviderName
- Implements
Constructors
ConnectorProviderName(String) |
Initializes a new instance of ConnectorProviderName. |
Properties
MicrosoftAadiamDiagnosticSettings |
microsoft.aadiam/diagnosticSettings. |
MicrosoftAuthorizationPolicyAssignments |
Microsoft.Authorization/policyAssignments. |
MicrosoftOperationalInsightsSolutions |
Microsoft.OperationalInsights/solutions. |
MicrosoftOperationalInsightsWorkspaces |
Microsoft.OperationalInsights/workspaces. |
MicrosoftOperationalInsightsWorkspacesDatasources |
Microsoft.OperationalInsights/workspaces/datasources. |
MicrosoftOperationalInsightsWorkspacesSharedKeys |
Microsoft.OperationalInsights/workspaces/sharedKeys. |
Methods
Equals(ConnectorProviderName) |
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(ConnectorProviderName, ConnectorProviderName) |
Determines if two ConnectorProviderName values are the same. |
Implicit(String to ConnectorProviderName) |
Converts a string to a ConnectorProviderName. |
Inequality(ConnectorProviderName, ConnectorProviderName) |
Determines if two ConnectorProviderName values are not the same. |
Applies to
Azure SDK for .NET