AnalysisManagedMode 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 managed mode of the server (0 = not managed, 1 = managed).
public readonly struct AnalysisManagedMode : IEquatable<Azure.ResourceManager.Analysis.Models.AnalysisManagedMode>
type AnalysisManagedMode = struct
Public Structure AnalysisManagedMode
Implements IEquatable(Of AnalysisManagedMode)
- Inheritance
-
AnalysisManagedMode
- Implements
Constructors
AnalysisManagedMode(Int32) |
Initializes a new instance of AnalysisManagedMode. |
Properties
One |
|
Zero |
|
Methods
Equals(AnalysisManagedMode) |
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(AnalysisManagedMode, AnalysisManagedMode) |
Determines if two AnalysisManagedMode values are the same. |
Implicit(Int32 to AnalysisManagedMode) |
Converts a string to a AnalysisManagedMode. |
Inequality(AnalysisManagedMode, AnalysisManagedMode) |
Determines if two AnalysisManagedMode values are not the same. |
Applies to
Azure SDK for .NET