ClusterQuotaConfigurationProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains all settings for the cluster.
[Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.ClusterQuotaConfigurationPropertiesTypeConverter))]
public class ClusterQuotaConfigurationProperties : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IClusterQuotaConfigurationProperties
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.ClusterQuotaConfigurationPropertiesTypeConverter))>]
type ClusterQuotaConfigurationProperties = class
interface IClusterQuotaConfigurationProperties
interface IJsonSerializable
Public Class ClusterQuotaConfigurationProperties
Implements IClusterQuotaConfigurationProperties
- Inheritance
-
ClusterQuotaConfigurationProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ClusterQuotaConfigurationProperties() |
Creates an new ClusterQuotaConfigurationProperties instance. |
Properties
| Name | Description |
|---|---|
| Setting |
All possible Cluster settings - a collection of key/value paired settings which apply to quotas and configurations imposed on the cluster. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ClusterQuotaConfigurationProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ClusterQuotaConfigurationProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IClusterQuotaConfigurationProperties. |
| FromJsonString(String) |
Creates a new instance of ClusterQuotaConfigurationProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ClusterQuotaConfigurationProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |