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