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
| Name | Description |
|---|---|
| ConnectorProviderName(String) |
Initializes a new instance of ConnectorProviderName. |
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |