Partilhar via


ClusterQuotaConfigurationPropertiesInner Class

  • java.lang.Object
    • com.azure.resourcemanager.eventhubs.fluent.models.ClusterQuotaConfigurationPropertiesInner

Implements

public final class ClusterQuotaConfigurationPropertiesInner
implements JsonSerializable<ClusterQuotaConfigurationPropertiesInner>

Contains all settings for the cluster.

Constructor Summary

Constructor Description
ClusterQuotaConfigurationPropertiesInner()

Creates an instance of ClusterQuotaConfigurationPropertiesInner class.

Method Summary

Modifier and Type Method and Description
static ClusterQuotaConfigurationPropertiesInner fromJson(JsonReader jsonReader)

Reads an instance of ClusterQuotaConfigurationPropertiesInner from the JsonReader.

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.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

ClusterQuotaConfigurationPropertiesInner 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:

jsonReader - The JsonReader being read.

Returns:

An instance of ClusterQuotaConfigurationPropertiesInner 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 ClusterQuotaConfigurationPropertiesInner.

settings

public Map 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.

Returns:

the settings value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withSettings

public ClusterQuotaConfigurationPropertiesInner withSettings(Map 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.

Parameters:

settings - the settings value to set.

Returns:

the ClusterQuotaConfigurationPropertiesInner object itself.

Applies to