SynapseKustoPoolPatch Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class representing an update to a Kusto kusto pool.
public class SynapseKustoPoolPatch : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Synapse.Models.SynapseKustoPoolPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Synapse.Models.SynapseKustoPoolPatch>
public class SynapseKustoPoolPatch : Azure.ResourceManager.Models.ResourceData
type SynapseKustoPoolPatch = class
inherit ResourceData
interface IJsonModel<SynapseKustoPoolPatch>
interface IPersistableModel<SynapseKustoPoolPatch>
type SynapseKustoPoolPatch = class
inherit ResourceData
Public Class SynapseKustoPoolPatch
Inherits ResourceData
Implements IJsonModel(Of SynapseKustoPoolPatch), IPersistableModel(Of SynapseKustoPoolPatch)
Public Class SynapseKustoPoolPatch
Inherits ResourceData
- Inheritance
- Implements
Constructors
SynapseKustoPoolPatch() |
Initializes a new instance of SynapseKustoPoolPatch. |
Properties
DataIngestionUri |
The Kusto Pool data ingestion URI. |
EnablePurge |
A boolean value that indicates if the purge operations are enabled. |
EnableStreamingIngest |
A boolean value that indicates if the streaming ingest is enabled. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
LanguageExtensionsValue |
The list of language extensions. |
Name |
The name of the resource. (Inherited from ResourceData) |
OptimizedAutoscale |
Optimized auto scale definition. |
ProvisioningState |
The provisioned state of the resource. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
Sku |
The SKU of the kusto pool. |
State |
The state of the resource. |
StateReason |
The reason for the Kusto Pool's current state. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Tags |
Resource tags. |
Uri |
The Kusto Pool URI. |
WorkspaceUid |
The workspace unique identifier. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<SynapseKustoPoolPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SynapseKustoPoolPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SynapseKustoPoolPatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SynapseKustoPoolPatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SynapseKustoPoolPatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET