initial

package module
v0.0.0-...-f4072d1 Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2022 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ParamsClient

type ParamsClient struct {
	// contains filtered or unexported fields
}

func NewParamsClient

func NewParamsClient(pl runtime.Pipeline) *ParamsClient

NewParamsClient creates a new instance of ParamsClient with the specified values. pl - the pipeline used for sending requests and handling responses.

func (*ParamsClient) GetOptional

GetOptional - Get true Boolean value on path. Initially has one optional query parameter. After evolution, a new optional query parameter is added If the operation fails it returns an *azcore.ResponseError type. Generated from API version 1.0.0 options - ParamsClientGetOptionalOptions contains the optional parameters for the ParamsClient.GetOptional method.

func (*ParamsClient) GetRequired

GetRequired - Get true Boolean value on path. Initially only has one required Query Parameter. After evolution, a new optional query parameter is added If the operation fails it returns an *azcore.ResponseError type. Generated from API version 1.0.0 parameter - I am a required parameter options - ParamsClientGetRequiredOptions contains the optional parameters for the ParamsClient.GetRequired method.

func (*ParamsClient) HeadNoParams

HeadNoParams - Head request, no params. Initially has no query parameters. After evolution, a new optional query parameter is added If the operation fails it returns an *azcore.ResponseError type. Generated from API version 1.0.0 options - ParamsClientHeadNoParamsOptions contains the optional parameters for the ParamsClient.HeadNoParams method.

func (*ParamsClient) PostParameters

PostParameters - POST a JSON If the operation fails it returns an *azcore.ResponseError type. Generated from API version 1.0.0 parameter - I am a body parameter. My only valid JSON entry is { url: "http://example.org/myimage.jpeg" } options - ParamsClientPostParametersOptions contains the optional parameters for the ParamsClient.PostParameters method.

func (*ParamsClient) PutRequiredOptional

func (client *ParamsClient) PutRequiredOptional(ctx context.Context, requiredParam string, options *ParamsClientPutRequiredOptionalOptions) (ParamsClientPutRequiredOptionalResponse, error)

PutRequiredOptional - Initially has one required query parameter and one optional query parameter. After evolution, a new optional query parameter is added If the operation fails it returns an *azcore.ResponseError type. Generated from API version 1.0.0 requiredParam - I am a required parameter options - ParamsClientPutRequiredOptionalOptions contains the optional parameters for the ParamsClient.PutRequiredOptional method.

type ParamsClientGetOptionalOptions

type ParamsClientGetOptionalOptions struct {
	// I am an optional parameter
	OptionalParam *string
}

ParamsClientGetOptionalOptions contains the optional parameters for the ParamsClient.GetOptional method.

type ParamsClientGetOptionalResponse

type ParamsClientGetOptionalResponse struct {
	// Anything
	Interface interface{}
}

ParamsClientGetOptionalResponse contains the response from method ParamsClient.GetOptional.

type ParamsClientGetRequiredOptions

type ParamsClientGetRequiredOptions struct {
}

ParamsClientGetRequiredOptions contains the optional parameters for the ParamsClient.GetRequired method.

type ParamsClientGetRequiredResponse

type ParamsClientGetRequiredResponse struct {
	// Anything
	Interface interface{}
}

ParamsClientGetRequiredResponse contains the response from method ParamsClient.GetRequired.

type ParamsClientHeadNoParamsOptions

type ParamsClientHeadNoParamsOptions struct {
}

ParamsClientHeadNoParamsOptions contains the optional parameters for the ParamsClient.HeadNoParams method.

type ParamsClientHeadNoParamsResponse

type ParamsClientHeadNoParamsResponse struct {
	// Anything
	Interface interface{}
}

ParamsClientHeadNoParamsResponse contains the response from method ParamsClient.HeadNoParams.

type ParamsClientPostParametersOptions

type ParamsClientPostParametersOptions struct {
}

ParamsClientPostParametersOptions contains the optional parameters for the ParamsClient.PostParameters method.

type ParamsClientPostParametersResponse

type ParamsClientPostParametersResponse struct {
	// Anything
	Interface interface{}
}

ParamsClientPostParametersResponse contains the response from method ParamsClient.PostParameters.

type ParamsClientPutRequiredOptionalOptions

type ParamsClientPutRequiredOptionalOptions struct {
	// I am an optional parameter
	OptionalParam *string
}

ParamsClientPutRequiredOptionalOptions contains the optional parameters for the ParamsClient.PutRequiredOptional method.

type ParamsClientPutRequiredOptionalResponse

type ParamsClientPutRequiredOptionalResponse struct {
	// Anything
	Interface interface{}
}

ParamsClientPutRequiredOptionalResponse contains the response from method ParamsClient.PutRequiredOptional.

type PostInput

type PostInput struct {
	// REQUIRED
	URL *string `json:"url,omitempty"`
}

func (PostInput) MarshalJSON

func (p PostInput) MarshalJSON() ([]byte, error)

MarshalJSON implements the json.Marshaller interface for type PostInput.

func (*PostInput) UnmarshalJSON

func (p *PostInput) UnmarshalJSON(data []byte) error

UnmarshalJSON implements the json.Unmarshaller interface for type PostInput.

Jump to

Keyboard shortcuts

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