SiteRecoveryLicenseType Struct

Definition

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