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