Cluster Constructors

Definition

Overloads

Cluster()

Initializes a new instance of the Cluster class.

Cluster(String, String, String, String, IDictionary<String,String>, Identity, ClusterSku, String, String, Nullable<Boolean>, Nullable<Boolean>, String, KeyVaultProperties, String, String, IList<AssociatedWorkspace>, CapacityReservationProperties)

Initializes a new instance of the Cluster class.

Cluster()

Initializes a new instance of the Cluster class.

public Cluster ();
Public Sub New ()

Applies to

Cluster(String, String, String, String, IDictionary<String,String>, Identity, ClusterSku, String, String, Nullable<Boolean>, Nullable<Boolean>, String, KeyVaultProperties, String, String, IList<AssociatedWorkspace>, CapacityReservationProperties)

Initializes a new instance of the Cluster class.

public Cluster (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.OperationalInsights.Models.Identity identity = default, Microsoft.Azure.Management.OperationalInsights.Models.ClusterSku sku = default, string clusterId = default, string provisioningState = default, bool? isDoubleEncryptionEnabled = default, bool? isAvailabilityZonesEnabled = default, string billingType = default, Microsoft.Azure.Management.OperationalInsights.Models.KeyVaultProperties keyVaultProperties = default, string lastModifiedDate = default, string createdDate = default, System.Collections.Generic.IList<Microsoft.Azure.Management.OperationalInsights.Models.AssociatedWorkspace> associatedWorkspaces = default, Microsoft.Azure.Management.OperationalInsights.Models.CapacityReservationProperties capacityReservationProperties = default);
new Microsoft.Azure.Management.OperationalInsights.Models.Cluster : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.OperationalInsights.Models.Identity * Microsoft.Azure.Management.OperationalInsights.Models.ClusterSku * string * string * Nullable<bool> * Nullable<bool> * string * Microsoft.Azure.Management.OperationalInsights.Models.KeyVaultProperties * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.OperationalInsights.Models.AssociatedWorkspace> * Microsoft.Azure.Management.OperationalInsights.Models.CapacityReservationProperties -> Microsoft.Azure.Management.OperationalInsights.Models.Cluster
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As Identity = Nothing, Optional sku As ClusterSku = Nothing, Optional clusterId As String = Nothing, Optional provisioningState As String = Nothing, Optional isDoubleEncryptionEnabled As Nullable(Of Boolean) = Nothing, Optional isAvailabilityZonesEnabled As Nullable(Of Boolean) = Nothing, Optional billingType As String = Nothing, Optional keyVaultProperties As KeyVaultProperties = Nothing, Optional lastModifiedDate As String = Nothing, Optional createdDate As String = Nothing, Optional associatedWorkspaces As IList(Of AssociatedWorkspace) = Nothing, Optional capacityReservationProperties As CapacityReservationProperties = Nothing)

Parameters

location
String

The geo-location where the resource lives

id
String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

The name of the resource

type
String

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

tags
IDictionary<String,String>

Resource tags.

identity
Identity

The identity of the resource.

sku
ClusterSku

The sku properties.

clusterId
String

The ID associated with the cluster.

provisioningState
String

The provisioning state of the cluster. Possible values include: 'Creating', 'Succeeded', 'Failed', 'Canceled', 'Deleting', 'ProvisioningAccount', 'Updating'

isDoubleEncryptionEnabled
Nullable<Boolean>

Configures whether cluster will use double encryption. This Property can not be modified after cluster creation. Default value is 'true'

isAvailabilityZonesEnabled
Nullable<Boolean>

Sets whether the cluster will support availability zones. This can be set as true only in regions where Azure Data Explorer support Availability Zones. This Property can not be modified after cluster creation. Default value is 'true' if region supports Availability Zones.

billingType
String

The cluster's billing type. Possible values include: 'Cluster', 'Workspaces'

keyVaultProperties
KeyVaultProperties

The associated key properties.

lastModifiedDate
String

The last time the cluster was updated.

createdDate
String

The cluster creation time

associatedWorkspaces
IList<AssociatedWorkspace>

The list of Log Analytics workspaces associated with the cluster

capacityReservationProperties
CapacityReservationProperties

Additional properties for capacity reservation

Applies to