SiteRecoverySqlServerLicenseType 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 SQL Server license type.
public readonly struct SiteRecoverySqlServerLicenseType : IEquatable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoverySqlServerLicenseType>
type SiteRecoverySqlServerLicenseType = struct
Public Structure SiteRecoverySqlServerLicenseType
Implements IEquatable(Of SiteRecoverySqlServerLicenseType)
- Inheritance
-
SiteRecoverySqlServerLicenseType
- Implements
Constructors
SiteRecoverySqlServerLicenseType(String) |
Initializes a new instance of SiteRecoverySqlServerLicenseType. |
Properties
Ahub |
AHUB. |
NoLicenseType |
NoLicenseType. |
NotSpecified |
NotSpecified. |
Payg |
PAYG. |
Methods
Equals(SiteRecoverySqlServerLicenseType) |
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(SiteRecoverySqlServerLicenseType, SiteRecoverySqlServerLicenseType) |
Determines if two SiteRecoverySqlServerLicenseType values are the same. |
Implicit(String to SiteRecoverySqlServerLicenseType) |
Converts a string to a SiteRecoverySqlServerLicenseType. |
Inequality(SiteRecoverySqlServerLicenseType, SiteRecoverySqlServerLicenseType) |
Determines if two SiteRecoverySqlServerLicenseType values are not the same. |
Applies to
Azure SDK for .NET