ClusterPatchProperties Class
- java.
lang. Object - com.
azure. resourcemanager. loganalytics. fluent. models. ClusterPatchProperties
- com.
Implements
public final class ClusterPatchProperties
implements JsonSerializable<ClusterPatchProperties>
Log Analytics cluster patch properties.
Constructor Summary
| Constructor | Description |
|---|---|
| ClusterPatchProperties() |
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 |
|
Key |
keyVaultProperties()
Get the key |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Cluster |
withBillingType(BillingType billingType)
Set the billing |
|
Cluster |
withKeyVaultProperties(KeyVaultProperties keyVaultProperties)
Set the key |
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:
fromJson
public static ClusterPatchProperties fromJson(JsonReader jsonReader)
Reads an instance of ClusterPatchProperties from the JsonReader.
Parameters:
Returns:
Throws:
keyVaultProperties
public KeyVaultProperties keyVaultProperties()
Get the keyVaultProperties property: The associated key properties.
Returns:
toJson
withBillingType
public ClusterPatchProperties withBillingType(BillingType billingType)
Set the billingType property: The cluster's billing type.
Parameters:
Returns:
withKeyVaultProperties
public ClusterPatchProperties withKeyVaultProperties(KeyVaultProperties keyVaultProperties)
Set the keyVaultProperties property: The associated key properties.
Parameters:
Returns: