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 PossibleValuesForClusterVersionsEnvironment() []string + func PossibleValuesForEnvironment() []string + func ValidateClusterVersionID(input interface{}, key string) (warnings []string, errors []error) + func ValidateEnvironmentClusterVersionID(input interface{}, key string) (warnings []string, errors []error) + func ValidateEnvironmentID(input interface{}, key string) (warnings []string, errors []error) + func ValidateLocationID(input interface{}, key string) (warnings []string, errors []error) + type ClusterCodeVersionsResult struct + Id *string + Name *string + Properties *ClusterVersionDetails + Type *string + type ClusterCodeVersionsResultOperationPredicate struct + Id *string + Name *string + Type *string + func (p ClusterCodeVersionsResultOperationPredicate) Matches(input ClusterCodeVersionsResult) bool + type ClusterVersionClient struct + Client *resourcemanager.Client + func NewClusterVersionClientWithBaseURI(sdkApi sdkEnv.Api) (*ClusterVersionClient, error) + func (c ClusterVersionClient) Get(ctx context.Context, id ClusterVersionId) (result GetOperationResponse, err error) + func (c ClusterVersionClient) GetByEnvironment(ctx context.Context, id EnvironmentClusterVersionId) (result GetByEnvironmentOperationResponse, err error) + func (c ClusterVersionClient) GetByEnvironmentComplete(ctx context.Context, id EnvironmentClusterVersionId) (GetByEnvironmentCompleteResult, error) + func (c ClusterVersionClient) GetByEnvironmentCompleteMatchingPredicate(ctx context.Context, id EnvironmentClusterVersionId, ...) (result GetByEnvironmentCompleteResult, err error) + func (c ClusterVersionClient) GetComplete(ctx context.Context, id ClusterVersionId) (GetCompleteResult, error) + func (c ClusterVersionClient) GetCompleteMatchingPredicate(ctx context.Context, id ClusterVersionId, ...) (result GetCompleteResult, err error) + func (c ClusterVersionClient) List(ctx context.Context, id LocationId) (result ListOperationResponse, err error) + func (c ClusterVersionClient) ListByEnvironment(ctx context.Context, id EnvironmentId) (result ListByEnvironmentOperationResponse, err error) + func (c ClusterVersionClient) ListByEnvironmentComplete(ctx context.Context, id EnvironmentId) (ListByEnvironmentCompleteResult, error) + func (c ClusterVersionClient) ListByEnvironmentCompleteMatchingPredicate(ctx context.Context, id EnvironmentId, ...) (result ListByEnvironmentCompleteResult, err error) + func (c ClusterVersionClient) ListComplete(ctx context.Context, id LocationId) (ListCompleteResult, error) + func (c ClusterVersionClient) ListCompleteMatchingPredicate(ctx context.Context, id LocationId, ...) (result ListCompleteResult, err error) + type ClusterVersionDetails struct + CodeVersion *string + Environment *Environment + SupportExpiryUtc *string + type ClusterVersionId struct + ClusterVersionName string + LocationName string + SubscriptionId string + func NewClusterVersionID(subscriptionId string, locationName string, clusterVersionName string) ClusterVersionId + func ParseClusterVersionID(input string) (*ClusterVersionId, error) + func ParseClusterVersionIDInsensitively(input string) (*ClusterVersionId, error) + func (id *ClusterVersionId) FromParseResult(input resourceids.ParseResult) error + func (id ClusterVersionId) ID() string + func (id ClusterVersionId) Segments() []resourceids.Segment + func (id ClusterVersionId) String() string + type ClusterVersionsEnvironment string + const ClusterVersionsEnvironmentLinux + const ClusterVersionsEnvironmentWindows + func (s *ClusterVersionsEnvironment) UnmarshalJSON(bytes []byte) error + type Environment string + const EnvironmentLinux + const EnvironmentWindows + func (s *Environment) UnmarshalJSON(bytes []byte) error + type EnvironmentClusterVersionId struct + ClusterVersionName string + Environment ClusterVersionsEnvironment + LocationName string + SubscriptionId string + func NewEnvironmentClusterVersionID(subscriptionId string, locationName string, ...) EnvironmentClusterVersionId + func ParseEnvironmentClusterVersionID(input string) (*EnvironmentClusterVersionId, error) + func ParseEnvironmentClusterVersionIDInsensitively(input string) (*EnvironmentClusterVersionId, error) + func (id *EnvironmentClusterVersionId) FromParseResult(input resourceids.ParseResult) error + func (id EnvironmentClusterVersionId) ID() string + func (id EnvironmentClusterVersionId) Segments() []resourceids.Segment + func (id EnvironmentClusterVersionId) String() string + type EnvironmentId struct + Environment ClusterVersionsEnvironment + LocationName string + SubscriptionId string + func NewEnvironmentID(subscriptionId string, locationName string, ...) EnvironmentId + func ParseEnvironmentID(input string) (*EnvironmentId, error) + func ParseEnvironmentIDInsensitively(input string) (*EnvironmentId, error) + func (id *EnvironmentId) FromParseResult(input resourceids.ParseResult) error + func (id EnvironmentId) ID() string + func (id EnvironmentId) Segments() []resourceids.Segment + func (id EnvironmentId) String() string + type GetByEnvironmentCompleteResult struct + Items []ClusterCodeVersionsResult + LatestHttpResponse *http.Response + type GetByEnvironmentCustomPager struct + NextLink *odata.Link + func (p *GetByEnvironmentCustomPager) NextPageLink() *odata.Link + type GetByEnvironmentOperationResponse struct + HttpResponse *http.Response + Model *[]ClusterCodeVersionsResult + OData *odata.OData + type GetCompleteResult struct + Items []ClusterCodeVersionsResult + LatestHttpResponse *http.Response + type GetCustomPager struct + NextLink *odata.Link + func (p *GetCustomPager) NextPageLink() *odata.Link + type GetOperationResponse struct + HttpResponse *http.Response + Model *[]ClusterCodeVersionsResult + OData *odata.OData + type ListByEnvironmentCompleteResult struct + Items []ClusterCodeVersionsResult + LatestHttpResponse *http.Response + type ListByEnvironmentCustomPager struct + NextLink *odata.Link + func (p *ListByEnvironmentCustomPager) NextPageLink() *odata.Link + type ListByEnvironmentOperationResponse struct + HttpResponse *http.Response + Model *[]ClusterCodeVersionsResult + OData *odata.OData + type ListCompleteResult struct + Items []ClusterCodeVersionsResult + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]ClusterCodeVersionsResult + OData *odata.OData + type LocationId struct + LocationName string + SubscriptionId string + func NewLocationID(subscriptionId string, locationName string) LocationId + func ParseLocationID(input string) (*LocationId, error) + func ParseLocationIDInsensitively(input string) (*LocationId, error) + func (id *LocationId) FromParseResult(input resourceids.ParseResult) error + func (id LocationId) ID() string + func (id LocationId) Segments() []resourceids.Segment + func (id LocationId) String() string