Megosztás a következőn keresztül:


SynapseIntegrationRuntimeLicenseType Struct

Definition

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