LicenseModel 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.
LicenseModel enum Serialized Name: LicenseModel
public readonly struct LicenseModel : IEquatable<Azure.ResourceManager.OracleDatabase.Models.LicenseModel>
type LicenseModel = struct
Public Structure LicenseModel
Implements IEquatable(Of LicenseModel)
- Inheritance
-
LicenseModel
- Implements
Constructors
LicenseModel(String) |
Initializes a new instance of LicenseModel. |
Properties
BringYourOwnLicense |
Bring Your Own License Serialized Name: LicenseModel.BringYourOwnLicense |
LicenseIncluded |
License included Serialized Name: LicenseModel.LicenseIncluded |
Methods
Equals(LicenseModel) |
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(LicenseModel, LicenseModel) |
Determines if two LicenseModel values are the same. |
Implicit(String to LicenseModel) |
Converts a string to a LicenseModel. |
Inequality(LicenseModel, LicenseModel) |
Determines if two LicenseModel values are not the same. |
Applies to
Azure SDK for .NET