fabric_azure_storage_account

package
v0.2.5 Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2019 License: Apache-2.0 Imports: 10 Imported by: 1

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 fabric azure storage account API

func New

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

New creates a new fabric azure storage account API client.

func (*Client) GetFabricAzureStorageAccount

func (a *Client) GetFabricAzureStorageAccount(params *GetFabricAzureStorageAccountParams) (*GetFabricAzureStorageAccountOK, error)

GetFabricAzureStorageAccount gets fabric azure storage account

Get fabric Azure storage account with a given id

func (*Client) GetFabricAzureStorageAccounts

func (a *Client) GetFabricAzureStorageAccounts(params *GetFabricAzureStorageAccountsParams) (*GetFabricAzureStorageAccountsOK, error)

GetFabricAzureStorageAccounts gets fabric azure storage accounts

Get all fabric Azure storage accounts.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type GetFabricAzureStorageAccountForbidden

type GetFabricAzureStorageAccountForbidden struct {
}

GetFabricAzureStorageAccountForbidden handles this case with default header values.

Forbidden

func NewGetFabricAzureStorageAccountForbidden

func NewGetFabricAzureStorageAccountForbidden() *GetFabricAzureStorageAccountForbidden

NewGetFabricAzureStorageAccountForbidden creates a GetFabricAzureStorageAccountForbidden with default headers values

func (*GetFabricAzureStorageAccountForbidden) Error

type GetFabricAzureStorageAccountNotFound

type GetFabricAzureStorageAccountNotFound struct {
}

GetFabricAzureStorageAccountNotFound handles this case with default header values.

Not Found

func NewGetFabricAzureStorageAccountNotFound

func NewGetFabricAzureStorageAccountNotFound() *GetFabricAzureStorageAccountNotFound

NewGetFabricAzureStorageAccountNotFound creates a GetFabricAzureStorageAccountNotFound with default headers values

func (*GetFabricAzureStorageAccountNotFound) Error

type GetFabricAzureStorageAccountOK

type GetFabricAzureStorageAccountOK struct {
	Payload *models.FabricAzureStorageAccount
}

GetFabricAzureStorageAccountOK handles this case with default header values.

successful operation

func NewGetFabricAzureStorageAccountOK

func NewGetFabricAzureStorageAccountOK() *GetFabricAzureStorageAccountOK

NewGetFabricAzureStorageAccountOK creates a GetFabricAzureStorageAccountOK with default headers values

func (*GetFabricAzureStorageAccountOK) Error

func (*GetFabricAzureStorageAccountOK) GetPayload

type GetFabricAzureStorageAccountParams

type GetFabricAzureStorageAccountParams struct {

	/*APIVersion
	  The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about

	*/
	APIVersion *string
	/*ID
	  The ID of the Fabric Azure Storage Account.

	*/
	ID string

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

GetFabricAzureStorageAccountParams contains all the parameters to send to the API endpoint for the get fabric azure storage account operation typically these are written to a http.Request

func NewGetFabricAzureStorageAccountParams

func NewGetFabricAzureStorageAccountParams() *GetFabricAzureStorageAccountParams

NewGetFabricAzureStorageAccountParams creates a new GetFabricAzureStorageAccountParams object with the default values initialized.

func NewGetFabricAzureStorageAccountParamsWithContext

func NewGetFabricAzureStorageAccountParamsWithContext(ctx context.Context) *GetFabricAzureStorageAccountParams

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

func NewGetFabricAzureStorageAccountParamsWithHTTPClient

func NewGetFabricAzureStorageAccountParamsWithHTTPClient(client *http.Client) *GetFabricAzureStorageAccountParams

NewGetFabricAzureStorageAccountParamsWithHTTPClient creates a new GetFabricAzureStorageAccountParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetFabricAzureStorageAccountParamsWithTimeout

func NewGetFabricAzureStorageAccountParamsWithTimeout(timeout time.Duration) *GetFabricAzureStorageAccountParams

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

func (*GetFabricAzureStorageAccountParams) SetAPIVersion

func (o *GetFabricAzureStorageAccountParams) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the get fabric azure storage account params

func (*GetFabricAzureStorageAccountParams) SetContext

SetContext adds the context to the get fabric azure storage account params

func (*GetFabricAzureStorageAccountParams) SetHTTPClient

func (o *GetFabricAzureStorageAccountParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get fabric azure storage account params

func (*GetFabricAzureStorageAccountParams) SetID

SetID adds the id to the get fabric azure storage account params

func (*GetFabricAzureStorageAccountParams) SetTimeout

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

SetTimeout adds the timeout to the get fabric azure storage account params

func (*GetFabricAzureStorageAccountParams) WithAPIVersion

WithAPIVersion adds the aPIVersion to the get fabric azure storage account params

func (*GetFabricAzureStorageAccountParams) WithContext

WithContext adds the context to the get fabric azure storage account params

func (*GetFabricAzureStorageAccountParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get fabric azure storage account params

func (*GetFabricAzureStorageAccountParams) WithID

WithID adds the id to the get fabric azure storage account params

func (*GetFabricAzureStorageAccountParams) WithTimeout

WithTimeout adds the timeout to the get fabric azure storage account params

func (*GetFabricAzureStorageAccountParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetFabricAzureStorageAccountReader

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

GetFabricAzureStorageAccountReader is a Reader for the GetFabricAzureStorageAccount structure.

func (*GetFabricAzureStorageAccountReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetFabricAzureStorageAccountsForbidden

type GetFabricAzureStorageAccountsForbidden struct {
}

GetFabricAzureStorageAccountsForbidden handles this case with default header values.

Forbidden

func NewGetFabricAzureStorageAccountsForbidden

func NewGetFabricAzureStorageAccountsForbidden() *GetFabricAzureStorageAccountsForbidden

NewGetFabricAzureStorageAccountsForbidden creates a GetFabricAzureStorageAccountsForbidden with default headers values

func (*GetFabricAzureStorageAccountsForbidden) Error

type GetFabricAzureStorageAccountsOK

type GetFabricAzureStorageAccountsOK struct {
	Payload *models.FabricAzureStorageAccountResult
}

GetFabricAzureStorageAccountsOK handles this case with default header values.

successful operation

func NewGetFabricAzureStorageAccountsOK

func NewGetFabricAzureStorageAccountsOK() *GetFabricAzureStorageAccountsOK

NewGetFabricAzureStorageAccountsOK creates a GetFabricAzureStorageAccountsOK with default headers values

func (*GetFabricAzureStorageAccountsOK) Error

func (*GetFabricAzureStorageAccountsOK) GetPayload

type GetFabricAzureStorageAccountsParams

type GetFabricAzureStorageAccountsParams struct {

	/*APIVersion
	  The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about

	*/
	APIVersion *string

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

GetFabricAzureStorageAccountsParams contains all the parameters to send to the API endpoint for the get fabric azure storage accounts operation typically these are written to a http.Request

func NewGetFabricAzureStorageAccountsParams

func NewGetFabricAzureStorageAccountsParams() *GetFabricAzureStorageAccountsParams

NewGetFabricAzureStorageAccountsParams creates a new GetFabricAzureStorageAccountsParams object with the default values initialized.

func NewGetFabricAzureStorageAccountsParamsWithContext

func NewGetFabricAzureStorageAccountsParamsWithContext(ctx context.Context) *GetFabricAzureStorageAccountsParams

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

func NewGetFabricAzureStorageAccountsParamsWithHTTPClient

func NewGetFabricAzureStorageAccountsParamsWithHTTPClient(client *http.Client) *GetFabricAzureStorageAccountsParams

NewGetFabricAzureStorageAccountsParamsWithHTTPClient creates a new GetFabricAzureStorageAccountsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetFabricAzureStorageAccountsParamsWithTimeout

func NewGetFabricAzureStorageAccountsParamsWithTimeout(timeout time.Duration) *GetFabricAzureStorageAccountsParams

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

func (*GetFabricAzureStorageAccountsParams) SetAPIVersion

func (o *GetFabricAzureStorageAccountsParams) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the get fabric azure storage accounts params

func (*GetFabricAzureStorageAccountsParams) SetContext

SetContext adds the context to the get fabric azure storage accounts params

func (*GetFabricAzureStorageAccountsParams) SetHTTPClient

func (o *GetFabricAzureStorageAccountsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get fabric azure storage accounts params

func (*GetFabricAzureStorageAccountsParams) SetTimeout

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

SetTimeout adds the timeout to the get fabric azure storage accounts params

func (*GetFabricAzureStorageAccountsParams) WithAPIVersion

WithAPIVersion adds the aPIVersion to the get fabric azure storage accounts params

func (*GetFabricAzureStorageAccountsParams) WithContext

WithContext adds the context to the get fabric azure storage accounts params

func (*GetFabricAzureStorageAccountsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get fabric azure storage accounts params

func (*GetFabricAzureStorageAccountsParams) WithTimeout

WithTimeout adds the timeout to the get fabric azure storage accounts params

func (*GetFabricAzureStorageAccountsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetFabricAzureStorageAccountsReader

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

GetFabricAzureStorageAccountsReader is a Reader for the GetFabricAzureStorageAccounts structure.

func (*GetFabricAzureStorageAccountsReader) ReadResponse

func (o *GetFabricAzureStorageAccountsReader) 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