fabric_azure_storage_account

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2022 License: Apache-2.0 Imports: 11 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 (*Client) GetFabricAzureStorageAccount

func (a *Client) GetFabricAzureStorageAccount(params *GetFabricAzureStorageAccountParams, opts ...ClientOption) (*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, opts ...ClientOption) (*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 ClientOption added in v0.2.20

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService added in v0.2.18

type ClientService interface {
	GetFabricAzureStorageAccount(params *GetFabricAzureStorageAccountParams, opts ...ClientOption) (*GetFabricAzureStorageAccountOK, error)

	GetFabricAzureStorageAccounts(params *GetFabricAzureStorageAccountsParams, opts ...ClientOption) (*GetFabricAzureStorageAccountsOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

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

New creates a new fabric azure storage account API client.

type GetFabricAzureStorageAccountForbidden

type GetFabricAzureStorageAccountForbidden struct {
	Payload *models.ServiceErrorResponse
}

GetFabricAzureStorageAccountForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetFabricAzureStorageAccountForbidden

func NewGetFabricAzureStorageAccountForbidden() *GetFabricAzureStorageAccountForbidden

NewGetFabricAzureStorageAccountForbidden creates a GetFabricAzureStorageAccountForbidden with default headers values

func (*GetFabricAzureStorageAccountForbidden) Error

func (*GetFabricAzureStorageAccountForbidden) GetPayload added in v0.2.20

func (*GetFabricAzureStorageAccountForbidden) IsClientError added in v0.5.0

func (o *GetFabricAzureStorageAccountForbidden) IsClientError() bool

IsClientError returns true when this get fabric azure storage account forbidden response has a 4xx status code

func (*GetFabricAzureStorageAccountForbidden) IsCode added in v0.5.0

IsCode returns true when this get fabric azure storage account forbidden response a status code equal to that given

func (*GetFabricAzureStorageAccountForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this get fabric azure storage account forbidden response has a 3xx status code

func (*GetFabricAzureStorageAccountForbidden) IsServerError added in v0.5.0

func (o *GetFabricAzureStorageAccountForbidden) IsServerError() bool

IsServerError returns true when this get fabric azure storage account forbidden response has a 5xx status code

func (*GetFabricAzureStorageAccountForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this get fabric azure storage account forbidden response has a 2xx status code

func (*GetFabricAzureStorageAccountForbidden) String added in v0.5.0

type GetFabricAzureStorageAccountNotFound

type GetFabricAzureStorageAccountNotFound struct {
	Payload *models.Error
}

GetFabricAzureStorageAccountNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetFabricAzureStorageAccountNotFound

func NewGetFabricAzureStorageAccountNotFound() *GetFabricAzureStorageAccountNotFound

NewGetFabricAzureStorageAccountNotFound creates a GetFabricAzureStorageAccountNotFound with default headers values

func (*GetFabricAzureStorageAccountNotFound) Error

func (*GetFabricAzureStorageAccountNotFound) GetPayload added in v0.2.9

func (*GetFabricAzureStorageAccountNotFound) IsClientError added in v0.5.0

func (o *GetFabricAzureStorageAccountNotFound) IsClientError() bool

IsClientError returns true when this get fabric azure storage account not found response has a 4xx status code

func (*GetFabricAzureStorageAccountNotFound) IsCode added in v0.5.0

IsCode returns true when this get fabric azure storage account not found response a status code equal to that given

func (*GetFabricAzureStorageAccountNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this get fabric azure storage account not found response has a 3xx status code

func (*GetFabricAzureStorageAccountNotFound) IsServerError added in v0.5.0

func (o *GetFabricAzureStorageAccountNotFound) IsServerError() bool

IsServerError returns true when this get fabric azure storage account not found response has a 5xx status code

func (*GetFabricAzureStorageAccountNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this get fabric azure storage account not found response has a 2xx status code

func (*GetFabricAzureStorageAccountNotFound) String added in v0.5.0

type GetFabricAzureStorageAccountOK

type GetFabricAzureStorageAccountOK struct {
	Payload *models.FabricAzureStorageAccount
}

GetFabricAzureStorageAccountOK describes a response with status code 200, 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

func (*GetFabricAzureStorageAccountOK) IsClientError added in v0.5.0

func (o *GetFabricAzureStorageAccountOK) IsClientError() bool

IsClientError returns true when this get fabric azure storage account o k response has a 4xx status code

func (*GetFabricAzureStorageAccountOK) IsCode added in v0.5.0

func (o *GetFabricAzureStorageAccountOK) IsCode(code int) bool

IsCode returns true when this get fabric azure storage account o k response a status code equal to that given

func (*GetFabricAzureStorageAccountOK) IsRedirect added in v0.5.0

func (o *GetFabricAzureStorageAccountOK) IsRedirect() bool

IsRedirect returns true when this get fabric azure storage account o k response has a 3xx status code

func (*GetFabricAzureStorageAccountOK) IsServerError added in v0.5.0

func (o *GetFabricAzureStorageAccountOK) IsServerError() bool

IsServerError returns true when this get fabric azure storage account o k response has a 5xx status code

func (*GetFabricAzureStorageAccountOK) IsSuccess added in v0.5.0

func (o *GetFabricAzureStorageAccountOK) IsSuccess() bool

IsSuccess returns true when this get fabric azure storage account o k response has a 2xx status code

func (*GetFabricAzureStorageAccountOK) String added in v0.5.0

type GetFabricAzureStorageAccountParams

type GetFabricAzureStorageAccountParams struct {

	/* DollarSelect.

	   Select a subset of properties to include in the response.
	*/
	DollarSelect *string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information 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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetFabricAzureStorageAccountParamsWithContext

func NewGetFabricAzureStorageAccountParamsWithContext(ctx context.Context) *GetFabricAzureStorageAccountParams

NewGetFabricAzureStorageAccountParamsWithContext creates a new GetFabricAzureStorageAccountParams object with 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 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 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) SetDefaults added in v0.2.20

func (o *GetFabricAzureStorageAccountParams) SetDefaults()

SetDefaults hydrates default values in the get fabric azure storage account params (not the query body).

All values with no default are reset to their zero value.

func (*GetFabricAzureStorageAccountParams) SetDollarSelect added in v0.2.20

func (o *GetFabricAzureStorageAccountParams) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect 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) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the get fabric azure storage account params (not the query body).

All values with no default are reset to their zero value.

func (*GetFabricAzureStorageAccountParams) WithDollarSelect added in v0.2.20

WithDollarSelect adds the dollarSelect 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 {
	Payload *models.ServiceErrorResponse
}

GetFabricAzureStorageAccountsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetFabricAzureStorageAccountsForbidden

func NewGetFabricAzureStorageAccountsForbidden() *GetFabricAzureStorageAccountsForbidden

NewGetFabricAzureStorageAccountsForbidden creates a GetFabricAzureStorageAccountsForbidden with default headers values

func (*GetFabricAzureStorageAccountsForbidden) Error

func (*GetFabricAzureStorageAccountsForbidden) GetPayload added in v0.2.20

func (*GetFabricAzureStorageAccountsForbidden) IsClientError added in v0.5.0

func (o *GetFabricAzureStorageAccountsForbidden) IsClientError() bool

IsClientError returns true when this get fabric azure storage accounts forbidden response has a 4xx status code

func (*GetFabricAzureStorageAccountsForbidden) IsCode added in v0.5.0

IsCode returns true when this get fabric azure storage accounts forbidden response a status code equal to that given

func (*GetFabricAzureStorageAccountsForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this get fabric azure storage accounts forbidden response has a 3xx status code

func (*GetFabricAzureStorageAccountsForbidden) IsServerError added in v0.5.0

func (o *GetFabricAzureStorageAccountsForbidden) IsServerError() bool

IsServerError returns true when this get fabric azure storage accounts forbidden response has a 5xx status code

func (*GetFabricAzureStorageAccountsForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this get fabric azure storage accounts forbidden response has a 2xx status code

func (*GetFabricAzureStorageAccountsForbidden) String added in v0.5.0

type GetFabricAzureStorageAccountsOK

type GetFabricAzureStorageAccountsOK struct {
	Payload *models.FabricAzureStorageAccountResult
}

GetFabricAzureStorageAccountsOK describes a response with status code 200, 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

func (*GetFabricAzureStorageAccountsOK) IsClientError added in v0.5.0

func (o *GetFabricAzureStorageAccountsOK) IsClientError() bool

IsClientError returns true when this get fabric azure storage accounts o k response has a 4xx status code

func (*GetFabricAzureStorageAccountsOK) IsCode added in v0.5.0

func (o *GetFabricAzureStorageAccountsOK) IsCode(code int) bool

IsCode returns true when this get fabric azure storage accounts o k response a status code equal to that given

func (*GetFabricAzureStorageAccountsOK) IsRedirect added in v0.5.0

func (o *GetFabricAzureStorageAccountsOK) IsRedirect() bool

IsRedirect returns true when this get fabric azure storage accounts o k response has a 3xx status code

func (*GetFabricAzureStorageAccountsOK) IsServerError added in v0.5.0

func (o *GetFabricAzureStorageAccountsOK) IsServerError() bool

IsServerError returns true when this get fabric azure storage accounts o k response has a 5xx status code

func (*GetFabricAzureStorageAccountsOK) IsSuccess added in v0.5.0

func (o *GetFabricAzureStorageAccountsOK) IsSuccess() bool

IsSuccess returns true when this get fabric azure storage accounts o k response has a 2xx status code

func (*GetFabricAzureStorageAccountsOK) String added in v0.5.0

type GetFabricAzureStorageAccountsParams

type GetFabricAzureStorageAccountsParams struct {

	/* DollarCount.

	   Flag which when specified, regardless of the assigned value, shows the total number of records. If the collection has a filter it shows the number of records matching the filter.
	*/
	DollarCount *bool

	/* DollarFilter.

	   Filter the results by a specified predicate expression. Operators: eq, ne, and, or.
	*/
	DollarFilter *string

	/* DollarSelect.

	   Select a subset of properties to include in the response.
	*/
	DollarSelect *string

	/* DollarSkip.

	   Number of records you want to skip.
	*/
	DollarSkip *int64

	/* DollarTop.

	   Number of records you want to get.
	*/
	DollarTop *int64

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information 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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetFabricAzureStorageAccountsParamsWithContext

func NewGetFabricAzureStorageAccountsParamsWithContext(ctx context.Context) *GetFabricAzureStorageAccountsParams

NewGetFabricAzureStorageAccountsParamsWithContext creates a new GetFabricAzureStorageAccountsParams object with 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 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 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) SetDefaults added in v0.2.20

func (o *GetFabricAzureStorageAccountsParams) SetDefaults()

SetDefaults hydrates default values in the get fabric azure storage accounts params (not the query body).

All values with no default are reset to their zero value.

func (*GetFabricAzureStorageAccountsParams) SetDollarCount added in v0.2.20

func (o *GetFabricAzureStorageAccountsParams) SetDollarCount(dollarCount *bool)

SetDollarCount adds the dollarCount to the get fabric azure storage accounts params

func (*GetFabricAzureStorageAccountsParams) SetDollarFilter added in v0.2.13

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

SetDollarFilter adds the dollarFilter to the get fabric azure storage accounts params

func (*GetFabricAzureStorageAccountsParams) SetDollarSelect added in v0.2.20

func (o *GetFabricAzureStorageAccountsParams) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the get fabric azure storage accounts params

func (*GetFabricAzureStorageAccountsParams) SetDollarSkip added in v0.2.20

func (o *GetFabricAzureStorageAccountsParams) SetDollarSkip(dollarSkip *int64)

SetDollarSkip adds the dollarSkip to the get fabric azure storage accounts params

func (*GetFabricAzureStorageAccountsParams) SetDollarTop added in v0.2.20

func (o *GetFabricAzureStorageAccountsParams) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop 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) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the get fabric azure storage accounts params (not the query body).

All values with no default are reset to their zero value.

func (*GetFabricAzureStorageAccountsParams) WithDollarCount added in v0.2.20

WithDollarCount adds the dollarCount to the get fabric azure storage accounts params

func (*GetFabricAzureStorageAccountsParams) WithDollarFilter added in v0.2.13

WithDollarFilter adds the dollarFilter to the get fabric azure storage accounts params

func (*GetFabricAzureStorageAccountsParams) WithDollarSelect added in v0.2.20

WithDollarSelect adds the dollarSelect to the get fabric azure storage accounts params

func (*GetFabricAzureStorageAccountsParams) WithDollarSkip added in v0.2.20

WithDollarSkip adds the dollarSkip to the get fabric azure storage accounts params

func (*GetFabricAzureStorageAccountsParams) WithDollarTop added in v0.2.20

WithDollarTop adds the dollarTop 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