你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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