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
type SynapseKustoPoolPatch = class
inherit ResourceData
Public Class SynapseKustoPoolPatch
Inherits ResourceData
- Inheritance
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) | (Inherited from ResourceData) |
Applies to
Azure SDK for .NET