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

KustoPoolType Struct

Definition

The type of resource, Microsoft.Synapse/workspaces/kustoPools.

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

Constructors

Name Description
KustoPoolType(String)

Initializes a new instance of KustoPoolType.

Properties

Name Description
MicrosoftSynapseWorkspacesKustoPools

Microsoft.Synapse/workspaces/kustoPools.

Methods

Name Description
Equals(KustoPoolType)

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

Name Description
Equality(KustoPoolType, KustoPoolType)

Determines if two KustoPoolType values are the same.

Implicit(String to KustoPoolType)

Converts a String to a KustoPoolType.

Inequality(KustoPoolType, KustoPoolType)

Determines if two KustoPoolType values are not the same.

Applies to