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