ManagedInstanceDatabaseFormat 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.
Specifies the internal format of instance databases specific to the SQL engine version.
public readonly struct ManagedInstanceDatabaseFormat : IEquatable<Azure.ResourceManager.Sql.Models.ManagedInstanceDatabaseFormat>
type ManagedInstanceDatabaseFormat = struct
Public Structure ManagedInstanceDatabaseFormat
Implements IEquatable(Of ManagedInstanceDatabaseFormat)
- Inheritance
-
ManagedInstanceDatabaseFormat
- Implements
Constructors
ManagedInstanceDatabaseFormat(String) |
Initializes a new instance of ManagedInstanceDatabaseFormat. |
Properties
AlwaysUpToDate |
AlwaysUpToDate. |
SqlServer2022 |
SQLServer2022. |
Methods
Equals(ManagedInstanceDatabaseFormat) |
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(ManagedInstanceDatabaseFormat, ManagedInstanceDatabaseFormat) |
Determines if two ManagedInstanceDatabaseFormat values are the same. |
Implicit(String to ManagedInstanceDatabaseFormat) |
Converts a String to a ManagedInstanceDatabaseFormat. |
Inequality(ManagedInstanceDatabaseFormat, ManagedInstanceDatabaseFormat) |
Determines if two ManagedInstanceDatabaseFormat values are not the same. |