DataConnectorAuthorizationState 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.
Describes the state of user's authorization for a connector kind.
public readonly struct DataConnectorAuthorizationState : IEquatable<Azure.ResourceManager.SecurityInsights.Models.DataConnectorAuthorizationState>
type DataConnectorAuthorizationState = struct
Public Structure DataConnectorAuthorizationState
Implements IEquatable(Of DataConnectorAuthorizationState)
- Inheritance
-
DataConnectorAuthorizationState
- Implements
Constructors
DataConnectorAuthorizationState(String) |
Initializes a new instance of DataConnectorAuthorizationState. |
Properties
Invalid |
Invalid. |
Valid |
Valid. |
Methods
Equals(DataConnectorAuthorizationState) |
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(DataConnectorAuthorizationState, DataConnectorAuthorizationState) |
Determines if two DataConnectorAuthorizationState values are the same. |
Implicit(String to DataConnectorAuthorizationState) |
Converts a string to a DataConnectorAuthorizationState. |
Inequality(DataConnectorAuthorizationState, DataConnectorAuthorizationState) |
Determines if two DataConnectorAuthorizationState values are not the same. |
Applies to
Azure SDK for .NET