virtual_machine_extension_images

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2017 License: GPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for virtual machine extension images API

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client

New creates a new virtual machine extension images API client.

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

func (*Client) VirtualMachineExtensionImagesGet

VirtualMachineExtensionImagesGet Gets a virtual machine extension image.

func (*Client) VirtualMachineExtensionImagesListTypes

VirtualMachineExtensionImagesListTypes Gets a list of virtual machine extension image types.

func (*Client) VirtualMachineExtensionImagesListVersions

VirtualMachineExtensionImagesListVersions Gets a list of virtual machine extension image versions.

type VirtualMachineExtensionImagesGetOK

type VirtualMachineExtensionImagesGetOK struct {
	Payload *models.VirtualMachineExtensionImage
}

VirtualMachineExtensionImagesGetOK handles this case with default header values.

OK

func NewVirtualMachineExtensionImagesGetOK

func NewVirtualMachineExtensionImagesGetOK() *VirtualMachineExtensionImagesGetOK

NewVirtualMachineExtensionImagesGetOK creates a VirtualMachineExtensionImagesGetOK with default headers values

func (*VirtualMachineExtensionImagesGetOK) Error

type VirtualMachineExtensionImagesGetParams

type VirtualMachineExtensionImagesGetParams struct {

	/*APIVersion
	  Client Api Version.

	*/
	APIVersion string
	/*Location*/
	Location string
	/*PublisherName*/
	PublisherName string
	/*SubscriptionID
	  Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

	*/
	SubscriptionID string
	/*Type*/
	Type string
	/*Version*/
	Version string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

VirtualMachineExtensionImagesGetParams contains all the parameters to send to the API endpoint for the virtual machine extension images get operation typically these are written to a http.Request

func NewVirtualMachineExtensionImagesGetParams

func NewVirtualMachineExtensionImagesGetParams() *VirtualMachineExtensionImagesGetParams

NewVirtualMachineExtensionImagesGetParams creates a new VirtualMachineExtensionImagesGetParams object with the default values initialized.

func NewVirtualMachineExtensionImagesGetParamsWithContext

func NewVirtualMachineExtensionImagesGetParamsWithContext(ctx context.Context) *VirtualMachineExtensionImagesGetParams

NewVirtualMachineExtensionImagesGetParamsWithContext creates a new VirtualMachineExtensionImagesGetParams object with the default values initialized, and the ability to set a context for a request

func NewVirtualMachineExtensionImagesGetParamsWithTimeout

func NewVirtualMachineExtensionImagesGetParamsWithTimeout(timeout time.Duration) *VirtualMachineExtensionImagesGetParams

NewVirtualMachineExtensionImagesGetParamsWithTimeout creates a new VirtualMachineExtensionImagesGetParams object with the default values initialized, and the ability to set a timeout on a request

func (*VirtualMachineExtensionImagesGetParams) SetAPIVersion

func (o *VirtualMachineExtensionImagesGetParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the virtual machine extension images get params

func (*VirtualMachineExtensionImagesGetParams) SetContext

SetContext adds the context to the virtual machine extension images get params

func (*VirtualMachineExtensionImagesGetParams) SetLocation

func (o *VirtualMachineExtensionImagesGetParams) SetLocation(location string)

SetLocation adds the location to the virtual machine extension images get params

func (*VirtualMachineExtensionImagesGetParams) SetPublisherName

func (o *VirtualMachineExtensionImagesGetParams) SetPublisherName(publisherName string)

SetPublisherName adds the publisherName to the virtual machine extension images get params

func (*VirtualMachineExtensionImagesGetParams) SetSubscriptionID

func (o *VirtualMachineExtensionImagesGetParams) SetSubscriptionID(subscriptionID string)

SetSubscriptionID adds the subscriptionId to the virtual machine extension images get params

func (*VirtualMachineExtensionImagesGetParams) SetTimeout

func (o *VirtualMachineExtensionImagesGetParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the virtual machine extension images get params

func (*VirtualMachineExtensionImagesGetParams) SetType

func (o *VirtualMachineExtensionImagesGetParams) SetType(typeVar string)

SetType adds the type to the virtual machine extension images get params

func (*VirtualMachineExtensionImagesGetParams) SetVersion

func (o *VirtualMachineExtensionImagesGetParams) SetVersion(version string)

SetVersion adds the version to the virtual machine extension images get params

func (*VirtualMachineExtensionImagesGetParams) WithAPIVersion

WithAPIVersion adds the aPIVersion to the virtual machine extension images get params

func (*VirtualMachineExtensionImagesGetParams) WithContext

WithContext adds the context to the virtual machine extension images get params

func (*VirtualMachineExtensionImagesGetParams) WithLocation

WithLocation adds the location to the virtual machine extension images get params

func (*VirtualMachineExtensionImagesGetParams) WithPublisherName

WithPublisherName adds the publisherName to the virtual machine extension images get params

func (*VirtualMachineExtensionImagesGetParams) WithSubscriptionID

WithSubscriptionID adds the subscriptionID to the virtual machine extension images get params

func (*VirtualMachineExtensionImagesGetParams) WithTimeout

WithTimeout adds the timeout to the virtual machine extension images get params

func (*VirtualMachineExtensionImagesGetParams) WithType

WithType adds the typeVar to the virtual machine extension images get params

func (*VirtualMachineExtensionImagesGetParams) WithVersion

WithVersion adds the version to the virtual machine extension images get params

func (*VirtualMachineExtensionImagesGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type VirtualMachineExtensionImagesGetReader

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

VirtualMachineExtensionImagesGetReader is a Reader for the VirtualMachineExtensionImagesGet structure.

func (*VirtualMachineExtensionImagesGetReader) ReadResponse

func (o *VirtualMachineExtensionImagesGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type VirtualMachineExtensionImagesListTypesOK

type VirtualMachineExtensionImagesListTypesOK struct {
	Payload []*models.VirtualMachineExtensionImage
}

VirtualMachineExtensionImagesListTypesOK handles this case with default header values.

OK

func NewVirtualMachineExtensionImagesListTypesOK

func NewVirtualMachineExtensionImagesListTypesOK() *VirtualMachineExtensionImagesListTypesOK

NewVirtualMachineExtensionImagesListTypesOK creates a VirtualMachineExtensionImagesListTypesOK with default headers values

func (*VirtualMachineExtensionImagesListTypesOK) Error

type VirtualMachineExtensionImagesListTypesParams

type VirtualMachineExtensionImagesListTypesParams struct {

	/*APIVersion
	  Client Api Version.

	*/
	APIVersion string
	/*Location*/
	Location string
	/*PublisherName*/
	PublisherName string
	/*SubscriptionID
	  Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

	*/
	SubscriptionID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

VirtualMachineExtensionImagesListTypesParams contains all the parameters to send to the API endpoint for the virtual machine extension images list types operation typically these are written to a http.Request

func NewVirtualMachineExtensionImagesListTypesParams

func NewVirtualMachineExtensionImagesListTypesParams() *VirtualMachineExtensionImagesListTypesParams

NewVirtualMachineExtensionImagesListTypesParams creates a new VirtualMachineExtensionImagesListTypesParams object with the default values initialized.

func NewVirtualMachineExtensionImagesListTypesParamsWithContext

func NewVirtualMachineExtensionImagesListTypesParamsWithContext(ctx context.Context) *VirtualMachineExtensionImagesListTypesParams

NewVirtualMachineExtensionImagesListTypesParamsWithContext creates a new VirtualMachineExtensionImagesListTypesParams object with the default values initialized, and the ability to set a context for a request

func NewVirtualMachineExtensionImagesListTypesParamsWithTimeout

func NewVirtualMachineExtensionImagesListTypesParamsWithTimeout(timeout time.Duration) *VirtualMachineExtensionImagesListTypesParams

NewVirtualMachineExtensionImagesListTypesParamsWithTimeout creates a new VirtualMachineExtensionImagesListTypesParams object with the default values initialized, and the ability to set a timeout on a request

func (*VirtualMachineExtensionImagesListTypesParams) SetAPIVersion

func (o *VirtualMachineExtensionImagesListTypesParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the virtual machine extension images list types params

func (*VirtualMachineExtensionImagesListTypesParams) SetContext

SetContext adds the context to the virtual machine extension images list types params

func (*VirtualMachineExtensionImagesListTypesParams) SetLocation

func (o *VirtualMachineExtensionImagesListTypesParams) SetLocation(location string)

SetLocation adds the location to the virtual machine extension images list types params

func (*VirtualMachineExtensionImagesListTypesParams) SetPublisherName

func (o *VirtualMachineExtensionImagesListTypesParams) SetPublisherName(publisherName string)

SetPublisherName adds the publisherName to the virtual machine extension images list types params

func (*VirtualMachineExtensionImagesListTypesParams) SetSubscriptionID

func (o *VirtualMachineExtensionImagesListTypesParams) SetSubscriptionID(subscriptionID string)

SetSubscriptionID adds the subscriptionId to the virtual machine extension images list types params

func (*VirtualMachineExtensionImagesListTypesParams) SetTimeout

SetTimeout adds the timeout to the virtual machine extension images list types params

func (*VirtualMachineExtensionImagesListTypesParams) WithAPIVersion

WithAPIVersion adds the aPIVersion to the virtual machine extension images list types params

func (*VirtualMachineExtensionImagesListTypesParams) WithContext

WithContext adds the context to the virtual machine extension images list types params

func (*VirtualMachineExtensionImagesListTypesParams) WithLocation

WithLocation adds the location to the virtual machine extension images list types params

func (*VirtualMachineExtensionImagesListTypesParams) WithPublisherName

WithPublisherName adds the publisherName to the virtual machine extension images list types params

func (*VirtualMachineExtensionImagesListTypesParams) WithSubscriptionID

WithSubscriptionID adds the subscriptionID to the virtual machine extension images list types params

func (*VirtualMachineExtensionImagesListTypesParams) WithTimeout

WithTimeout adds the timeout to the virtual machine extension images list types params

func (*VirtualMachineExtensionImagesListTypesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type VirtualMachineExtensionImagesListTypesReader

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

VirtualMachineExtensionImagesListTypesReader is a Reader for the VirtualMachineExtensionImagesListTypes structure.

func (*VirtualMachineExtensionImagesListTypesReader) ReadResponse

func (o *VirtualMachineExtensionImagesListTypesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type VirtualMachineExtensionImagesListVersionsOK

type VirtualMachineExtensionImagesListVersionsOK struct {
	Payload []*models.VirtualMachineExtensionImage
}

VirtualMachineExtensionImagesListVersionsOK handles this case with default header values.

OK

func NewVirtualMachineExtensionImagesListVersionsOK

func NewVirtualMachineExtensionImagesListVersionsOK() *VirtualMachineExtensionImagesListVersionsOK

NewVirtualMachineExtensionImagesListVersionsOK creates a VirtualMachineExtensionImagesListVersionsOK with default headers values

func (*VirtualMachineExtensionImagesListVersionsOK) Error

type VirtualMachineExtensionImagesListVersionsParams

type VirtualMachineExtensionImagesListVersionsParams struct {

	/*NrDollarFilter
	  The filter to apply on the operation.

	*/
	DollarFilter *string
	/*NrDollarOrderby*/
	DollarOrderby *string
	/*NrDollarTop*/
	DollarTop *int32
	/*APIVersion
	  Client Api Version.

	*/
	APIVersion string
	/*Location*/
	Location string
	/*PublisherName*/
	PublisherName string
	/*SubscriptionID
	  Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

	*/
	SubscriptionID string
	/*Type*/
	Type string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

VirtualMachineExtensionImagesListVersionsParams contains all the parameters to send to the API endpoint for the virtual machine extension images list versions operation typically these are written to a http.Request

func NewVirtualMachineExtensionImagesListVersionsParams

func NewVirtualMachineExtensionImagesListVersionsParams() *VirtualMachineExtensionImagesListVersionsParams

NewVirtualMachineExtensionImagesListVersionsParams creates a new VirtualMachineExtensionImagesListVersionsParams object with the default values initialized.

func NewVirtualMachineExtensionImagesListVersionsParamsWithContext

func NewVirtualMachineExtensionImagesListVersionsParamsWithContext(ctx context.Context) *VirtualMachineExtensionImagesListVersionsParams

NewVirtualMachineExtensionImagesListVersionsParamsWithContext creates a new VirtualMachineExtensionImagesListVersionsParams object with the default values initialized, and the ability to set a context for a request

func NewVirtualMachineExtensionImagesListVersionsParamsWithTimeout

func NewVirtualMachineExtensionImagesListVersionsParamsWithTimeout(timeout time.Duration) *VirtualMachineExtensionImagesListVersionsParams

NewVirtualMachineExtensionImagesListVersionsParamsWithTimeout creates a new VirtualMachineExtensionImagesListVersionsParams object with the default values initialized, and the ability to set a timeout on a request

func (*VirtualMachineExtensionImagesListVersionsParams) SetAPIVersion

func (o *VirtualMachineExtensionImagesListVersionsParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the virtual machine extension images list versions params

func (*VirtualMachineExtensionImagesListVersionsParams) SetContext

SetContext adds the context to the virtual machine extension images list versions params

func (*VirtualMachineExtensionImagesListVersionsParams) SetDollarFilter

func (o *VirtualMachineExtensionImagesListVersionsParams) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the virtual machine extension images list versions params

func (*VirtualMachineExtensionImagesListVersionsParams) SetDollarOrderby

func (o *VirtualMachineExtensionImagesListVersionsParams) SetDollarOrderby(dollarOrderby *string)

SetDollarOrderby adds the dollarOrderby to the virtual machine extension images list versions params

func (*VirtualMachineExtensionImagesListVersionsParams) SetDollarTop

func (o *VirtualMachineExtensionImagesListVersionsParams) SetDollarTop(dollarTop *int32)

SetDollarTop adds the dollarTop to the virtual machine extension images list versions params

func (*VirtualMachineExtensionImagesListVersionsParams) SetLocation

SetLocation adds the location to the virtual machine extension images list versions params

func (*VirtualMachineExtensionImagesListVersionsParams) SetPublisherName

func (o *VirtualMachineExtensionImagesListVersionsParams) SetPublisherName(publisherName string)

SetPublisherName adds the publisherName to the virtual machine extension images list versions params

func (*VirtualMachineExtensionImagesListVersionsParams) SetSubscriptionID

func (o *VirtualMachineExtensionImagesListVersionsParams) SetSubscriptionID(subscriptionID string)

SetSubscriptionID adds the subscriptionId to the virtual machine extension images list versions params

func (*VirtualMachineExtensionImagesListVersionsParams) SetTimeout

SetTimeout adds the timeout to the virtual machine extension images list versions params

func (*VirtualMachineExtensionImagesListVersionsParams) SetType

SetType adds the type to the virtual machine extension images list versions params

func (*VirtualMachineExtensionImagesListVersionsParams) WithAPIVersion

WithAPIVersion adds the aPIVersion to the virtual machine extension images list versions params

func (*VirtualMachineExtensionImagesListVersionsParams) WithContext

WithContext adds the context to the virtual machine extension images list versions params

func (*VirtualMachineExtensionImagesListVersionsParams) WithDollarFilter

WithDollarFilter adds the dollarFilter to the virtual machine extension images list versions params

func (*VirtualMachineExtensionImagesListVersionsParams) WithDollarOrderby

WithDollarOrderby adds the dollarOrderby to the virtual machine extension images list versions params

func (*VirtualMachineExtensionImagesListVersionsParams) WithDollarTop

WithDollarTop adds the dollarTop to the virtual machine extension images list versions params

func (*VirtualMachineExtensionImagesListVersionsParams) WithLocation

WithLocation adds the location to the virtual machine extension images list versions params

func (*VirtualMachineExtensionImagesListVersionsParams) WithPublisherName

WithPublisherName adds the publisherName to the virtual machine extension images list versions params

func (*VirtualMachineExtensionImagesListVersionsParams) WithSubscriptionID

WithSubscriptionID adds the subscriptionID to the virtual machine extension images list versions params

func (*VirtualMachineExtensionImagesListVersionsParams) WithTimeout

WithTimeout adds the timeout to the virtual machine extension images list versions params

func (*VirtualMachineExtensionImagesListVersionsParams) WithType

WithType adds the typeVar to the virtual machine extension images list versions params

func (*VirtualMachineExtensionImagesListVersionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type VirtualMachineExtensionImagesListVersionsReader

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

VirtualMachineExtensionImagesListVersionsReader is a Reader for the VirtualMachineExtensionImagesListVersions structure.

func (*VirtualMachineExtensionImagesListVersionsReader) ReadResponse

func (o *VirtualMachineExtensionImagesListVersionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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