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

Name Description
SiteRecoveryLicenseType(String)

Initializes a new instance of SiteRecoveryLicenseType.

Properties

Name Description
NoLicenseType

NoLicenseType.

NotSpecified

NotSpecified.

WindowsServer

WindowsServer.

Methods

Name Description
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

Name Description
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