IntegrationRuntimeLicenseType Struct

Definition

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

IntegrationRuntimeLicenseType(String)

Initializes a new instance of IntegrationRuntimeLicenseType.

Properties

BasePrice

BasePrice.

LicenseIncluded

LicenseIncluded.

Methods

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

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.

Applies to