systemversions

package
v0.20241023.1122425 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 23, 2024 License: MPL-2.0 Imports: 11 Imported by: 0

README

github.com/hashicorp/go-azure-sdk/resource-manager/oracledatabase/2024-06-01/systemversions Documentation

The systemversions SDK allows for interaction with Azure Resource Manager oracledatabase (API Version 2024-06-01).

This readme covers example usages, but further information on using this SDK can be found in the project root.

Import Path

import "github.com/hashicorp/go-azure-sdk/resource-manager/oracledatabase/2024-06-01/systemversions"

Client Initialization

client := systemversions.NewSystemVersionsClientWithBaseURI("https://management.azure.com")
client.Client.Authorizer = authorizer

Example Usage: SystemVersionsClient.Get

ctx := context.TODO()
id := systemversions.NewSystemVersionID("12345678-1234-9876-4563-123456789012", "locationName", "systemVersionName")

read, err := client.Get(ctx, id)
if err != nil {
	// handle the error
}
if model := read.Model; model != nil {
	// do something with the model/response object
}

Example Usage: SystemVersionsClient.ListByLocation

ctx := context.TODO()
id := systemversions.NewLocationID("12345678-1234-9876-4563-123456789012", "locationName")

// alternatively `client.ListByLocation(ctx, id)` can be used to do batched pagination
items, err := client.ListByLocationComplete(ctx, id)
if err != nil {
	// handle the error
}
for _, item := range items {
	// do something
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ValidateLocationID

func ValidateLocationID(input interface{}, key string) (warnings []string, errors []error)

ValidateLocationID checks that 'input' can be parsed as a Location ID

func ValidateSystemVersionID

func ValidateSystemVersionID(input interface{}, key string) (warnings []string, errors []error)

ValidateSystemVersionID checks that 'input' can be parsed as a System Version ID

Types

type GetOperationResponse

type GetOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *SystemVersion
}

type ListByLocationCompleteResult

type ListByLocationCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []SystemVersion
}

type ListByLocationCustomPager

type ListByLocationCustomPager struct {
	NextLink *odata.Link `json:"nextLink"`
}
func (p *ListByLocationCustomPager) NextPageLink() *odata.Link

type ListByLocationOperationResponse

type ListByLocationOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]SystemVersion
}

type LocationId

type LocationId struct {
	SubscriptionId string
	LocationName   string
}

LocationId is a struct representing the Resource ID for a Location

func NewLocationID

func NewLocationID(subscriptionId string, locationName string) LocationId

NewLocationID returns a new LocationId struct

func ParseLocationID

func ParseLocationID(input string) (*LocationId, error)

ParseLocationID parses 'input' into a LocationId

func ParseLocationIDInsensitively

func ParseLocationIDInsensitively(input string) (*LocationId, error)

ParseLocationIDInsensitively parses 'input' case-insensitively into a LocationId note: this method should only be used for API response data and not user input

func (*LocationId) FromParseResult

func (id *LocationId) FromParseResult(input resourceids.ParseResult) error

func (LocationId) ID

func (id LocationId) ID() string

ID returns the formatted Location ID

func (LocationId) Segments

func (id LocationId) Segments() []resourceids.Segment

Segments returns a slice of Resource ID Segments which comprise this Location ID

func (LocationId) String

func (id LocationId) String() string

String returns a human-readable description of this Location ID

type SystemVersion

type SystemVersion struct {
	Id         *string                  `json:"id,omitempty"`
	Name       *string                  `json:"name,omitempty"`
	Properties *SystemVersionProperties `json:"properties,omitempty"`
	SystemData *systemdata.SystemData   `json:"systemData,omitempty"`
	Type       *string                  `json:"type,omitempty"`
}

type SystemVersionId

type SystemVersionId struct {
	SubscriptionId    string
	LocationName      string
	SystemVersionName string
}

SystemVersionId is a struct representing the Resource ID for a System Version

func NewSystemVersionID

func NewSystemVersionID(subscriptionId string, locationName string, systemVersionName string) SystemVersionId

NewSystemVersionID returns a new SystemVersionId struct

func ParseSystemVersionID

func ParseSystemVersionID(input string) (*SystemVersionId, error)

ParseSystemVersionID parses 'input' into a SystemVersionId

func ParseSystemVersionIDInsensitively

func ParseSystemVersionIDInsensitively(input string) (*SystemVersionId, error)

ParseSystemVersionIDInsensitively parses 'input' case-insensitively into a SystemVersionId note: this method should only be used for API response data and not user input

func (*SystemVersionId) FromParseResult

func (id *SystemVersionId) FromParseResult(input resourceids.ParseResult) error

func (SystemVersionId) ID

func (id SystemVersionId) ID() string

ID returns the formatted System Version ID

func (SystemVersionId) Segments

func (id SystemVersionId) Segments() []resourceids.Segment

Segments returns a slice of Resource ID Segments which comprise this System Version ID

func (SystemVersionId) String

func (id SystemVersionId) String() string

String returns a human-readable description of this System Version ID

type SystemVersionOperationPredicate

type SystemVersionOperationPredicate struct {
	Id   *string
	Name *string
	Type *string
}

func (SystemVersionOperationPredicate) Matches

type SystemVersionProperties

type SystemVersionProperties struct {
	SystemVersion string `json:"systemVersion"`
}

type SystemVersionsClient

type SystemVersionsClient struct {
	Client *resourcemanager.Client
}

func NewSystemVersionsClientWithBaseURI

func NewSystemVersionsClientWithBaseURI(sdkApi sdkEnv.Api) (*SystemVersionsClient, error)

func (SystemVersionsClient) Get

Get ...

func (SystemVersionsClient) ListByLocation

func (c SystemVersionsClient) ListByLocation(ctx context.Context, id LocationId) (result ListByLocationOperationResponse, err error)

ListByLocation ...

func (SystemVersionsClient) ListByLocationComplete

ListByLocationComplete retrieves all the results into a single object

func (SystemVersionsClient) ListByLocationCompleteMatchingPredicate

func (c SystemVersionsClient) ListByLocationCompleteMatchingPredicate(ctx context.Context, id LocationId, predicate SystemVersionOperationPredicate) (result ListByLocationCompleteResult, err error)

ListByLocationCompleteMatchingPredicate retrieves all the results and then applies the predicate

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL