ClusterPatch Class
- java.
lang. Object - com.
azure. resourcemanager. loganalytics. models. ClusterPatch
- com.
Implements
public final class ClusterPatch
implements JsonSerializable<ClusterPatch>
The top level Log Analytics cluster resource container.
Constructor Summary
| Constructor | Description |
|---|---|
| ClusterPatch() |
Creates an instance of Cluster |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Billing |
billingType()
Get the billing |
|
static
Cluster |
fromJson(JsonReader jsonReader)
Reads an instance of Cluster |
|
Managed |
identity()
Get the identity property: Resource's identity. |
|
Key |
keyVaultProperties()
Get the key |
|
Cluster |
sku()
Get the sku property: The sku properties. |
| Map<String,String> |
tags()
Get the tags property: Resource tags. |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Cluster |
withBillingType(BillingType billingType)
Set the billing |
|
Cluster |
withIdentity(ManagedServiceIdentity identity)
Set the identity property: Resource's identity. |
|
Cluster |
withKeyVaultProperties(KeyVaultProperties keyVaultProperties)
Set the key |
|
Cluster |
withSku(ClusterSku sku)
Set the sku property: The sku properties. |
|
Cluster |
withTags(Map<String,String> tags)
Set the tags property: Resource tags. |
Methods inherited from java.lang.Object
Constructor Details
ClusterPatch
public ClusterPatch()
Creates an instance of ClusterPatch class.
Method Details
billingType
public BillingType billingType()
Get the billingType property: The cluster's billing type.
Returns:
fromJson
public static ClusterPatch fromJson(JsonReader jsonReader)
Reads an instance of ClusterPatch from the JsonReader.
Parameters:
Returns:
Throws:
identity
public ManagedServiceIdentity identity()
Get the identity property: Resource's identity.
Returns:
keyVaultProperties
public KeyVaultProperties keyVaultProperties()
Get the keyVaultProperties property: The associated key properties.
Returns:
sku
public ClusterSku sku()
Get the sku property: The sku properties.
Returns:
tags
public Map<String,String> tags()
Get the tags property: Resource tags.
Returns:
toJson
withBillingType
public ClusterPatch withBillingType(BillingType billingType)
Set the billingType property: The cluster's billing type.
Parameters:
Returns:
withIdentity
public ClusterPatch withIdentity(ManagedServiceIdentity identity)
Set the identity property: Resource's identity.
Parameters:
Returns:
withKeyVaultProperties
public ClusterPatch withKeyVaultProperties(KeyVaultProperties keyVaultProperties)
Set the keyVaultProperties property: The associated key properties.
Parameters:
Returns:
withSku
public ClusterPatch withSku(ClusterSku sku)
Set the sku property: The sku properties.
Parameters:
Returns:
withTags
public ClusterPatch withTags(Map<String,String> tags)
Set the tags property: Resource tags.
Parameters:
Returns: