Documentation ¶
Index ¶
- func ValidateClusterID(input interface{}, key string) (warnings []string, errors []error)
- type ClusterId
- type ClusterQuotaConfigurationProperties
- type ConfigurationGetOperationResponse
- type ConfigurationPatchOperationResponse
- type EventHubsClustersConfigurationClient
- 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateClusterID ¶
ValidateClusterID checks that 'input' can be parsed as a Cluster ID
Types ¶
type ClusterId ¶
ClusterId is a struct representing the Resource ID for a Cluster
func NewClusterID ¶
NewClusterID returns a new ClusterId struct
func ParseClusterID ¶
ParseClusterID parses 'input' into a ClusterId
func ParseClusterIDInsensitively ¶
ParseClusterIDInsensitively parses 'input' case-insensitively into a ClusterId note: this method should only be used for API response data and not user input
func (ClusterId) Segments ¶
func (id ClusterId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Cluster ID
type ConfigurationGetOperationResponse ¶
type ConfigurationGetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ClusterQuotaConfigurationProperties }
type ConfigurationPatchOperationResponse ¶
type ConfigurationPatchOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ClusterQuotaConfigurationProperties }
type EventHubsClustersConfigurationClient ¶
type EventHubsClustersConfigurationClient struct {
Client *resourcemanager.Client
}
func NewEventHubsClustersConfigurationClientWithBaseURI ¶
func NewEventHubsClustersConfigurationClientWithBaseURI(api environments.Api) (*EventHubsClustersConfigurationClient, error)
func (EventHubsClustersConfigurationClient) ConfigurationGet ¶
func (c EventHubsClustersConfigurationClient) ConfigurationGet(ctx context.Context, id ClusterId) (result ConfigurationGetOperationResponse, err error)
ConfigurationGet ...
func (EventHubsClustersConfigurationClient) ConfigurationPatch ¶
func (c EventHubsClustersConfigurationClient) ConfigurationPatch(ctx context.Context, id ClusterId, input ClusterQuotaConfigurationProperties) (result ConfigurationPatchOperationResponse, err error)
ConfigurationPatch ...
Click to show internal directories.
Click to hide internal directories.