optionalgroupapi

package
v0.0.0-...-4a6d4ce Latest Latest
Warning

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

Go to latest
Published: Jun 9, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExplicitClientAPI

type ExplicitClientAPI interface {
	PostOptionalArrayHeader(ctx context.Context, headerParameter []string) (result autorest.Response, err error)
	PostOptionalArrayParameter(ctx context.Context, bodyParameter []string) (result autorest.Response, err error)
	PostOptionalArrayProperty(ctx context.Context, bodyParameter *optionalgroup.ArrayOptionalWrapper) (result autorest.Response, err error)
	PostOptionalClassParameter(ctx context.Context, bodyParameter *optionalgroup.Product) (result autorest.Response, err error)
	PostOptionalClassProperty(ctx context.Context, bodyParameter *optionalgroup.ClassOptionalWrapper) (result autorest.Response, err error)
	PostOptionalIntegerHeader(ctx context.Context, headerParameter *int32) (result autorest.Response, err error)
	PostOptionalIntegerParameter(ctx context.Context, bodyParameter *int32) (result autorest.Response, err error)
	PostOptionalIntegerProperty(ctx context.Context, bodyParameter *optionalgroup.IntOptionalWrapper) (result autorest.Response, err error)
	PostOptionalStringHeader(ctx context.Context, bodyParameter string) (result autorest.Response, err error)
	PostOptionalStringParameter(ctx context.Context, bodyParameter string) (result autorest.Response, err error)
	PostOptionalStringProperty(ctx context.Context, bodyParameter *optionalgroup.StringOptionalWrapper) (result autorest.Response, err error)
	PostRequiredArrayHeader(ctx context.Context, headerParameter []string) (result autorest.Response, err error)
	PostRequiredArrayParameter(ctx context.Context, bodyParameter []string) (result autorest.Response, err error)
	PostRequiredArrayProperty(ctx context.Context, bodyParameter optionalgroup.ArrayWrapper) (result autorest.Response, err error)
	PostRequiredClassParameter(ctx context.Context, bodyParameter optionalgroup.Product) (result autorest.Response, err error)
	PostRequiredClassProperty(ctx context.Context, bodyParameter optionalgroup.ClassWrapper) (result autorest.Response, err error)
	PostRequiredIntegerHeader(ctx context.Context, headerParameter int32) (result autorest.Response, err error)
	PostRequiredIntegerParameter(ctx context.Context, bodyParameter int32) (result autorest.Response, err error)
	PostRequiredIntegerProperty(ctx context.Context, bodyParameter optionalgroup.IntWrapper) (result autorest.Response, err error)
	PostRequiredStringHeader(ctx context.Context, headerParameter string) (result autorest.Response, err error)
	PostRequiredStringParameter(ctx context.Context, bodyParameter string) (result autorest.Response, err error)
	PostRequiredStringProperty(ctx context.Context, bodyParameter optionalgroup.StringWrapper) (result autorest.Response, err error)
}

ExplicitClientAPI contains the set of methods on the ExplicitClient type.

type ImplicitClientAPI

type ImplicitClientAPI interface {
	GetOptionalGlobalQuery(ctx context.Context) (result autorest.Response, err error)
	GetRequiredGlobalPath(ctx context.Context) (result autorest.Response, err error)
	GetRequiredGlobalQuery(ctx context.Context) (result autorest.Response, err error)
	GetRequiredPath(ctx context.Context, pathParameter string) (result autorest.Response, err error)
	PutOptionalBody(ctx context.Context, bodyParameter string) (result autorest.Response, err error)
	PutOptionalHeader(ctx context.Context, queryParameter string) (result autorest.Response, err error)
	PutOptionalQuery(ctx context.Context, queryParameter string) (result autorest.Response, err error)
}

ImplicitClientAPI contains the set of methods on the ImplicitClient type.

Jump to

Keyboard shortcuts

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