IntegrationRuntimeLicenseType 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 for bringing your own license scenario.
public readonly struct IntegrationRuntimeLicenseType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeLicenseType>
type IntegrationRuntimeLicenseType = struct
Public Structure IntegrationRuntimeLicenseType
Implements IEquatable(Of IntegrationRuntimeLicenseType)
- Inheritance
-
IntegrationRuntimeLicenseType
- Implements
Constructors
| Name | Description |
|---|---|
| IntegrationRuntimeLicenseType(String) |
Initializes a new instance of IntegrationRuntimeLicenseType. |
Properties
| Name | Description |
|---|---|
| BasePrice |
BasePrice. |
| LicenseIncluded |
LicenseIncluded. |
Methods
| Name | Description |
|---|---|
| Equals(IntegrationRuntimeLicenseType) |
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(IntegrationRuntimeLicenseType, IntegrationRuntimeLicenseType) |
Determines if two IntegrationRuntimeLicenseType values are the same. |
| Implicit(String to IntegrationRuntimeLicenseType) |
Converts a String to a IntegrationRuntimeLicenseType. |
| Inequality(IntegrationRuntimeLicenseType, IntegrationRuntimeLicenseType) |
Determines if two IntegrationRuntimeLicenseType values are not the same. |