Delen via


SiteRecoverySqlServerLicenseType Struct

Definition

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