Versions in this module Expand all Collapse all v2 v2.96.0 Feb 14, 2022 Changes in this version + func PossibleValuesForEnvironment() []string + func PossibleValuesForOsType() []string + func ValidateEnvironmentID(input interface{}, key string) (warnings []string, errors []error) + func ValidateEnvironmentManagedClusterVersionID(input interface{}, key string) (warnings []string, errors []error) + func ValidateLocationID(input interface{}, key string) (warnings []string, errors []error) + func ValidateManagedClusterVersionID(input interface{}, key string) (warnings []string, errors []error) + type Environment string + const EnvironmentWindows + type EnvironmentId struct + Environment Environment + Location string + SubscriptionId string + func NewEnvironmentID(subscriptionId string, location string, environment Environment) EnvironmentId + func ParseEnvironmentID(input string) (*EnvironmentId, error) + func ParseEnvironmentIDInsensitively(input string) (*EnvironmentId, error) + func (id EnvironmentId) ID() string + func (id EnvironmentId) Segments() []resourceids.Segment + func (id EnvironmentId) String() string + type EnvironmentManagedClusterVersionId struct + ClusterVersion string + Environment Environment + Location string + SubscriptionId string + func NewEnvironmentManagedClusterVersionID(subscriptionId string, location string, environment Environment, ...) EnvironmentManagedClusterVersionId + func ParseEnvironmentManagedClusterVersionID(input string) (*EnvironmentManagedClusterVersionId, error) + func ParseEnvironmentManagedClusterVersionIDInsensitively(input string) (*EnvironmentManagedClusterVersionId, error) + func (id EnvironmentManagedClusterVersionId) ID() string + func (id EnvironmentManagedClusterVersionId) Segments() []resourceids.Segment + func (id EnvironmentManagedClusterVersionId) String() string + type GetByEnvironmentResponse struct + HttpResponse *http.Response + Model *ManagedClusterCodeVersionResult + type GetResponse struct + HttpResponse *http.Response + Model *ManagedClusterCodeVersionResult + type ListByEnvironmentResponse struct + HttpResponse *http.Response + Model *[]ManagedClusterCodeVersionResult + type ListResponse struct + HttpResponse *http.Response + Model *[]ManagedClusterCodeVersionResult + type LocationId struct + Location string + SubscriptionId string + func NewLocationID(subscriptionId string, location string) LocationId + func ParseLocationID(input string) (*LocationId, error) + func ParseLocationIDInsensitively(input string) (*LocationId, error) + func (id LocationId) ID() string + func (id LocationId) Segments() []resourceids.Segment + func (id LocationId) String() string + type ManagedClusterCodeVersionResult struct + Id *string + Name *string + Properties *ManagedClusterVersionDetails + Type *string + type ManagedClusterVersionClient struct + Client autorest.Client + func NewManagedClusterVersionClientWithBaseURI(endpoint string) ManagedClusterVersionClient + func (c ManagedClusterVersionClient) Get(ctx context.Context, id ManagedClusterVersionId) (result GetResponse, err error) + func (c ManagedClusterVersionClient) GetByEnvironment(ctx context.Context, id EnvironmentManagedClusterVersionId) (result GetByEnvironmentResponse, err error) + func (c ManagedClusterVersionClient) List(ctx context.Context, id LocationId) (result ListResponse, err error) + func (c ManagedClusterVersionClient) ListByEnvironment(ctx context.Context, id EnvironmentId) (result ListByEnvironmentResponse, err error) + type ManagedClusterVersionDetails struct + ClusterCodeVersion *string + OsType *OsType + SupportExpiryUtc *string + type ManagedClusterVersionId struct + ClusterVersion string + Location string + SubscriptionId string + func NewManagedClusterVersionID(subscriptionId string, location string, clusterVersion string) ManagedClusterVersionId + func ParseManagedClusterVersionID(input string) (*ManagedClusterVersionId, error) + func ParseManagedClusterVersionIDInsensitively(input string) (*ManagedClusterVersionId, error) + func (id ManagedClusterVersionId) ID() string + func (id ManagedClusterVersionId) Segments() []resourceids.Segment + func (id ManagedClusterVersionId) String() string + type OsType string + const OsTypeWindows