DataProductControlState 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.
The data type state.
public readonly struct DataProductControlState : IEquatable<Azure.ResourceManager.NetworkAnalytics.Models.DataProductControlState>
type DataProductControlState = struct
Public Structure DataProductControlState
Implements IEquatable(Of DataProductControlState)
- Inheritance
-
DataProductControlState
- Implements
Constructors
DataProductControlState(String) |
Initializes a new instance of DataProductControlState. |
Properties
Disabled |
Field to disable a setting. |
Enabled |
Field to enable a setting. |
Methods
Equals(DataProductControlState) |
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(DataProductControlState, DataProductControlState) |
Determines if two DataProductControlState values are the same. |
Implicit(String to DataProductControlState) |
Converts a string to a DataProductControlState. |
Inequality(DataProductControlState, DataProductControlState) |
Determines if two DataProductControlState values are not the same. |
Applies to
Azure SDK for .NET