ClusterPatchProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.loganalytics.fluent.models.ClusterPatchProperties

Implements

public final class ClusterPatchProperties
implements JsonSerializable<ClusterPatchProperties>

Log Analytics cluster patch properties.

Constructor Summary

Constructor Description
ClusterPatchProperties()

Creates an instance of ClusterPatchProperties class.

Method Summary

Modifier and Type Method and Description
BillingType billingType()

Get the billingType property: The cluster's billing type.

static ClusterPatchProperties fromJson(JsonReader jsonReader)

Reads an instance of ClusterPatchProperties from the JsonReader.

KeyVaultProperties keyVaultProperties()

Get the keyVaultProperties property: The associated key properties.

JsonWriter toJson(JsonWriter jsonWriter)
ClusterPatchProperties withBillingType(BillingType billingType)

Set the billingType property: The cluster's billing type.

ClusterPatchProperties withKeyVaultProperties(KeyVaultProperties keyVaultProperties)

Set the keyVaultProperties property: The associated key properties.

Methods inherited from java.lang.Object

Constructor Details

ClusterPatchProperties

public ClusterPatchProperties()

Creates an instance of ClusterPatchProperties class.

Method Details

billingType

public BillingType billingType()

Get the billingType property: The cluster's billing type.

Returns:

the billingType value.

fromJson

public static ClusterPatchProperties fromJson(JsonReader jsonReader)

Reads an instance of ClusterPatchProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ClusterPatchProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ClusterPatchProperties.

keyVaultProperties

public KeyVaultProperties keyVaultProperties()

Get the keyVaultProperties property: The associated key properties.

Returns:

the keyVaultProperties value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

withBillingType

public ClusterPatchProperties withBillingType(BillingType billingType)

Set the billingType property: The cluster's billing type.

Parameters:

billingType - the billingType value to set.

Returns:

the ClusterPatchProperties object itself.

withKeyVaultProperties

public ClusterPatchProperties withKeyVaultProperties(KeyVaultProperties keyVaultProperties)

Set the keyVaultProperties property: The associated key properties.

Parameters:

keyVaultProperties - the keyVaultProperties value to set.

Returns:

the ClusterPatchProperties object itself.

Applies to