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 ValidateLocationID(input interface{}, key string) (warnings []string, errors []error) + type ListCompleteResult struct + Items []OpenShiftVersion + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]OpenShiftVersion + 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 + type OpenShiftVersion struct + Id *string + Name *string + Properties *OpenShiftVersionProperties + SystemData *systemdata.SystemData + Type *string + type OpenShiftVersionOperationPredicate struct + Id *string + Name *string + Type *string + func (p OpenShiftVersionOperationPredicate) Matches(input OpenShiftVersion) bool + type OpenShiftVersionProperties struct + Version *string + type OpenShiftVersionsClient struct + Client *resourcemanager.Client + func NewOpenShiftVersionsClientWithBaseURI(sdkApi sdkEnv.Api) (*OpenShiftVersionsClient, error) + func (c OpenShiftVersionsClient) List(ctx context.Context, id LocationId) (result ListOperationResponse, err error) + func (c OpenShiftVersionsClient) ListComplete(ctx context.Context, id LocationId) (ListCompleteResult, error) + func (c OpenShiftVersionsClient) ListCompleteMatchingPredicate(ctx context.Context, id LocationId, ...) (result ListCompleteResult, err error)