Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func ValidateClusterID(input interface{}, key string) (warnings []string, errors []error) + type ClusterId struct + ClusterName string + ResourceGroupName string + SubscriptionId string + func NewClusterID(subscriptionId string, resourceGroupName string, clusterName string) ClusterId + func ParseClusterID(input string) (*ClusterId, error) + func ParseClusterIDInsensitively(input string) (*ClusterId, error) + func (id *ClusterId) FromParseResult(input resourceids.ParseResult) error + func (id ClusterId) ID() string + func (id ClusterId) Segments() []resourceids.Segment + func (id ClusterId) String() string + type ClusterQuotaConfigurationProperties struct + Settings *map[string]string + type ConfigurationGetOperationResponse struct + HttpResponse *http.Response + Model *ClusterQuotaConfigurationProperties + OData *odata.OData + type ConfigurationPatchOperationResponse struct + HttpResponse *http.Response + Model *ClusterQuotaConfigurationProperties + OData *odata.OData + type EventHubsClustersConfigurationClient struct + Client *resourcemanager.Client + func NewEventHubsClustersConfigurationClientWithBaseURI(sdkApi sdkEnv.Api) (*EventHubsClustersConfigurationClient, error) + func (c EventHubsClustersConfigurationClient) ConfigurationGet(ctx context.Context, id ClusterId) (result ConfigurationGetOperationResponse, err error) + func (c EventHubsClustersConfigurationClient) ConfigurationPatch(ctx context.Context, id ClusterId, input ClusterQuotaConfigurationProperties) (result ConfigurationPatchOperationResponse, err error)