ClusterPatch Class

Definition

The top level Log Analytics cluster resource container.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ClusterPatch : Microsoft.Rest.Azure.IResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ClusterPatch = class
    interface IResource
Public Class ClusterPatch
Implements IResource
Inheritance
ClusterPatch
Attributes
Implements

Constructors

ClusterPatch()

Initializes a new instance of the ClusterPatch class.

ClusterPatch(KeyVaultProperties, String, Identity, ClusterSku, IDictionary<String,String>)

Initializes a new instance of the ClusterPatch class.

Properties

BillingType

Gets or sets the cluster's billing type. Possible values include: 'Cluster', 'Workspaces'

Identity

Gets or sets the identity of the resource.

KeyVaultProperties

Gets or sets the associated key properties.

Sku

Gets or sets the sku properties.

Tags

Gets or sets resource tags.

Methods

Validate()

Validate the object.

Applies to