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 PossibleValuesForClusterSkuName() []string + func PossibleValuesForProvisioningState() []string + func ValidateClusterID(input interface{}, key string) (warnings []string, errors []error) + type Cluster struct + Id *string + Location *string + Name *string + Properties *ClusterProperties + Sku *ClusterSku + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + 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 ClusterOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p ClusterOperationPredicate) Matches(input Cluster) bool + type ClusterProperties struct + CreatedAt *string + MetricId *string + ProvisioningState *ProvisioningState + Status *string + SupportsScaling *bool + UpdatedAt *string + type ClusterSku struct + Capacity *int64 + Name ClusterSkuName + type ClusterSkuName string + const ClusterSkuNameDedicated + func (s *ClusterSkuName) UnmarshalJSON(bytes []byte) error + type ClustersCreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *Cluster + OData *odata.OData + Poller pollers.Poller + type ClustersDeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type ClustersGetOperationResponse struct + HttpResponse *http.Response + Model *Cluster + OData *odata.OData + type ClustersListByResourceGroupCompleteResult struct + Items []Cluster + LatestHttpResponse *http.Response + type ClustersListByResourceGroupCustomPager struct + NextLink *odata.Link + func (p *ClustersListByResourceGroupCustomPager) NextPageLink() *odata.Link + type ClustersListByResourceGroupOperationResponse struct + HttpResponse *http.Response + Model *[]Cluster + OData *odata.OData + type ClustersListBySubscriptionCompleteResult struct + Items []Cluster + LatestHttpResponse *http.Response + type ClustersListBySubscriptionCustomPager struct + NextLink *odata.Link + func (p *ClustersListBySubscriptionCustomPager) NextPageLink() *odata.Link + type ClustersListBySubscriptionOperationResponse struct + HttpResponse *http.Response + Model *[]Cluster + OData *odata.OData + type ClustersUpdateOperationResponse struct + HttpResponse *http.Response + Model *Cluster + OData *odata.OData + Poller pollers.Poller + type EventHubsClustersClient struct + Client *resourcemanager.Client + func NewEventHubsClustersClientWithBaseURI(sdkApi sdkEnv.Api) (*EventHubsClustersClient, error) + func (c EventHubsClustersClient) ClustersCreateOrUpdate(ctx context.Context, id ClusterId, input Cluster) (result ClustersCreateOrUpdateOperationResponse, err error) + func (c EventHubsClustersClient) ClustersCreateOrUpdateThenPoll(ctx context.Context, id ClusterId, input Cluster) error + func (c EventHubsClustersClient) ClustersDelete(ctx context.Context, id ClusterId) (result ClustersDeleteOperationResponse, err error) + func (c EventHubsClustersClient) ClustersDeleteThenPoll(ctx context.Context, id ClusterId) error + func (c EventHubsClustersClient) ClustersGet(ctx context.Context, id ClusterId) (result ClustersGetOperationResponse, err error) + func (c EventHubsClustersClient) ClustersListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ClustersListByResourceGroupOperationResponse, err error) + func (c EventHubsClustersClient) ClustersListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ClustersListByResourceGroupCompleteResult, error) + func (c EventHubsClustersClient) ClustersListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ClustersListByResourceGroupCompleteResult, err error) + func (c EventHubsClustersClient) ClustersListBySubscription(ctx context.Context, id commonids.SubscriptionId) (result ClustersListBySubscriptionOperationResponse, err error) + func (c EventHubsClustersClient) ClustersListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (ClustersListBySubscriptionCompleteResult, error) + func (c EventHubsClustersClient) ClustersListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ClustersListBySubscriptionCompleteResult, err error) + func (c EventHubsClustersClient) ClustersUpdate(ctx context.Context, id ClusterId, input Cluster) (result ClustersUpdateOperationResponse, err error) + func (c EventHubsClustersClient) ClustersUpdateThenPoll(ctx context.Context, id ClusterId, input Cluster) error + type ProvisioningState string + const ProvisioningStateActive + const ProvisioningStateCanceled + const ProvisioningStateCreating + const ProvisioningStateDeleting + const ProvisioningStateFailed + const ProvisioningStateScaling + const ProvisioningStateSucceeded + const ProvisioningStateUnknown + func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error