Uses of Class
com.azure.resourcemanager.eventhubs.fluent.models.ClusterQuotaConfigurationPropertiesInner
Packages that use ClusterQuotaConfigurationPropertiesInner
Package
Description
Package containing the service clients for EventHubManagementClient.
Package containing the inner data models for EventHubManagementClient.
-
Uses of ClusterQuotaConfigurationPropertiesInner in com.azure.resourcemanager.eventhubs.fluent
Methods in com.azure.resourcemanager.eventhubs.fluent that return ClusterQuotaConfigurationPropertiesInnerModifier and TypeMethodDescriptionGet all Event Hubs Cluster settings - a collection of key/value pairs which represent the quotas and settings imposed on the cluster.ConfigurationsClient.patch(String resourceGroupName, String clusterName, ClusterQuotaConfigurationPropertiesInner parameters) Replace all specified Event Hubs Cluster settings with those contained in the request body.Methods in com.azure.resourcemanager.eventhubs.fluent that return types with arguments of type ClusterQuotaConfigurationPropertiesInnerModifier and TypeMethodDescriptionGet all Event Hubs Cluster settings - a collection of key/value pairs which represent the quotas and settings imposed on the cluster.com.azure.core.http.rest.Response<ClusterQuotaConfigurationPropertiesInner>ConfigurationsClient.getWithResponse(String resourceGroupName, String clusterName, com.azure.core.util.Context context) Get all Event Hubs Cluster settings - a collection of key/value pairs which represent the quotas and settings imposed on the cluster.Mono<com.azure.core.http.rest.Response<ClusterQuotaConfigurationPropertiesInner>>ConfigurationsClient.getWithResponseAsync(String resourceGroupName, String clusterName) Get all Event Hubs Cluster settings - a collection of key/value pairs which represent the quotas and settings imposed on the cluster.ConfigurationsClient.patchAsync(String resourceGroupName, String clusterName, ClusterQuotaConfigurationPropertiesInner parameters) Replace all specified Event Hubs Cluster settings with those contained in the request body.com.azure.core.http.rest.Response<ClusterQuotaConfigurationPropertiesInner>ConfigurationsClient.patchWithResponse(String resourceGroupName, String clusterName, ClusterQuotaConfigurationPropertiesInner parameters, com.azure.core.util.Context context) Replace all specified Event Hubs Cluster settings with those contained in the request body.Mono<com.azure.core.http.rest.Response<ClusterQuotaConfigurationPropertiesInner>>ConfigurationsClient.patchWithResponseAsync(String resourceGroupName, String clusterName, ClusterQuotaConfigurationPropertiesInner parameters) Replace all specified Event Hubs Cluster settings with those contained in the request body.Methods in com.azure.resourcemanager.eventhubs.fluent with parameters of type ClusterQuotaConfigurationPropertiesInnerModifier and TypeMethodDescriptionConfigurationsClient.patch(String resourceGroupName, String clusterName, ClusterQuotaConfigurationPropertiesInner parameters) Replace all specified Event Hubs Cluster settings with those contained in the request body.ConfigurationsClient.patchAsync(String resourceGroupName, String clusterName, ClusterQuotaConfigurationPropertiesInner parameters) Replace all specified Event Hubs Cluster settings with those contained in the request body.com.azure.core.http.rest.Response<ClusterQuotaConfigurationPropertiesInner>ConfigurationsClient.patchWithResponse(String resourceGroupName, String clusterName, ClusterQuotaConfigurationPropertiesInner parameters, com.azure.core.util.Context context) Replace all specified Event Hubs Cluster settings with those contained in the request body.Mono<com.azure.core.http.rest.Response<ClusterQuotaConfigurationPropertiesInner>>ConfigurationsClient.patchWithResponseAsync(String resourceGroupName, String clusterName, ClusterQuotaConfigurationPropertiesInner parameters) Replace all specified Event Hubs Cluster settings with those contained in the request body. -
Uses of ClusterQuotaConfigurationPropertiesInner in com.azure.resourcemanager.eventhubs.fluent.models
Methods in com.azure.resourcemanager.eventhubs.fluent.models that return ClusterQuotaConfigurationPropertiesInnerModifier and TypeMethodDescriptionClusterQuotaConfigurationPropertiesInner.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.