ClusterQuotaConfigurationPropertiesInner Class
- java.
lang. Object - com.
azure. resourcemanager. eventhubs. fluent. models. ClusterQuotaConfigurationPropertiesInner
- com.
Implements
public final class ClusterQuotaConfigurationPropertiesInner
implements JsonSerializable<ClusterQuotaConfigurationPropertiesInner>
Contains all settings for the cluster.
Constructor Summary
Constructor | Description |
---|---|
ClusterQuotaConfigurationPropertiesInner() |
Creates an instance of Cluster |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Cluster |
fromJson(JsonReader jsonReader)
Reads an instance of Cluster |
Map<String,String> |
settings()
Get the settings property: All possible Cluster settings - a collection of key/value paired settings which apply to quotas and configurations imposed on the cluster. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Cluster |
withSettings(Map<String,String> settings)
Set the settings property: All possible Cluster settings - a collection of key/value paired settings which apply to quotas and configurations imposed on the cluster. |
Methods inherited from java.lang.Object
Constructor Details
ClusterQuotaConfigurationPropertiesInner
public ClusterQuotaConfigurationPropertiesInner()
Creates an instance of ClusterQuotaConfigurationPropertiesInner class.
Method Details
fromJson
public static ClusterQuotaConfigurationPropertiesInner fromJson(JsonReader jsonReader)
Reads an instance of ClusterQuotaConfigurationPropertiesInner from the JsonReader.
Parameters:
Returns:
Throws:
settings
public Map
Get the settings property: All possible Cluster settings - a collection of key/value paired settings which apply to quotas and configurations imposed on the cluster.
Returns:
toJson
validate
public void validate()
Validates the instance.
withSettings
public ClusterQuotaConfigurationPropertiesInner withSettings(Map
Set the settings property: All possible Cluster settings - a collection of key/value paired settings which apply to quotas and configurations imposed on the cluster.
Parameters:
Returns:
Applies to
Azure SDK for Java