BigDataPoolReferenceType Struct

Definition

Big data pool reference type.

public readonly struct BigDataPoolReferenceType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.BigDataPoolReferenceType>
type BigDataPoolReferenceType = struct
Public Structure BigDataPoolReferenceType
Implements IEquatable(Of BigDataPoolReferenceType)
Inheritance
BigDataPoolReferenceType
Implements

Constructors

BigDataPoolReferenceType(String)

Initializes a new instance of BigDataPoolReferenceType.

Properties

BigDataPoolReference

BigDataPoolReference.

Methods

Equals(BigDataPoolReferenceType)

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(BigDataPoolReferenceType, BigDataPoolReferenceType)

Determines if two BigDataPoolReferenceType values are the same.

Implicit(String to BigDataPoolReferenceType)

Converts a string to a BigDataPoolReferenceType.

Inequality(BigDataPoolReferenceType, BigDataPoolReferenceType)

Determines if two BigDataPoolReferenceType values are not the same.

Applies to