apiversionsets

package
v0.20230823.1052657 Latest Latest
Warning

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

Go to latest
Published: Aug 23, 2023 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ValidateApiVersionSetID

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

ValidateApiVersionSetID checks that 'input' can be parsed as a Api Version Set ID

Types

type ApiVersionSetDeleteOperationOptions

type ApiVersionSetDeleteOperationOptions struct {
	IfMatch *string
}

func DefaultApiVersionSetDeleteOperationOptions

func DefaultApiVersionSetDeleteOperationOptions() ApiVersionSetDeleteOperationOptions

func (ApiVersionSetDeleteOperationOptions) ToHeaders added in v0.20230801.1071415

func (ApiVersionSetDeleteOperationOptions) ToOData added in v0.20230801.1071415

func (ApiVersionSetDeleteOperationOptions) ToQuery added in v0.20230801.1071415

type ApiVersionSetDeleteOperationResponse

type ApiVersionSetDeleteOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type ApiVersionSetId

type ApiVersionSetId struct {
	SubscriptionId    string
	ResourceGroupName string
	ServiceName       string
	VersionSetId      string
}

ApiVersionSetId is a struct representing the Resource ID for a Api Version Set

func NewApiVersionSetID

func NewApiVersionSetID(subscriptionId string, resourceGroupName string, serviceName string, versionSetId string) ApiVersionSetId

NewApiVersionSetID returns a new ApiVersionSetId struct

func ParseApiVersionSetID

func ParseApiVersionSetID(input string) (*ApiVersionSetId, error)

ParseApiVersionSetID parses 'input' into a ApiVersionSetId

func ParseApiVersionSetIDInsensitively

func ParseApiVersionSetIDInsensitively(input string) (*ApiVersionSetId, error)

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

func (ApiVersionSetId) ID

func (id ApiVersionSetId) ID() string

ID returns the formatted Api Version Set ID

func (ApiVersionSetId) Segments

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

Segments returns a slice of Resource ID Segments which comprise this Api Version Set ID

func (ApiVersionSetId) String

func (id ApiVersionSetId) String() string

String returns a human-readable description of this Api Version Set ID

type ApiVersionSetsClient

type ApiVersionSetsClient struct {
	Client *resourcemanager.Client
}

func NewApiVersionSetsClientWithBaseURI

func NewApiVersionSetsClientWithBaseURI(sdkApi sdkEnv.Api) (*ApiVersionSetsClient, error)

func (ApiVersionSetsClient) ApiVersionSetDelete

ApiVersionSetDelete ...

Jump to

Keyboard shortcuts

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