Documentation ¶
Index ¶
- type Client
- func (a *Client) GetFabricAzureStorageAccount(params *GetFabricAzureStorageAccountParams) (*GetFabricAzureStorageAccountOK, error)
- func (a *Client) GetFabricAzureStorageAccounts(params *GetFabricAzureStorageAccountsParams) (*GetFabricAzureStorageAccountsOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type GetFabricAzureStorageAccountForbidden
- type GetFabricAzureStorageAccountNotFound
- type GetFabricAzureStorageAccountOK
- type GetFabricAzureStorageAccountParams
- func NewGetFabricAzureStorageAccountParams() *GetFabricAzureStorageAccountParams
- func NewGetFabricAzureStorageAccountParamsWithContext(ctx context.Context) *GetFabricAzureStorageAccountParams
- func NewGetFabricAzureStorageAccountParamsWithHTTPClient(client *http.Client) *GetFabricAzureStorageAccountParams
- func NewGetFabricAzureStorageAccountParamsWithTimeout(timeout time.Duration) *GetFabricAzureStorageAccountParams
- func (o *GetFabricAzureStorageAccountParams) SetAPIVersion(aPIVersion *string)
- func (o *GetFabricAzureStorageAccountParams) SetContext(ctx context.Context)
- func (o *GetFabricAzureStorageAccountParams) SetHTTPClient(client *http.Client)
- func (o *GetFabricAzureStorageAccountParams) SetID(id string)
- func (o *GetFabricAzureStorageAccountParams) SetTimeout(timeout time.Duration)
- func (o *GetFabricAzureStorageAccountParams) WithAPIVersion(aPIVersion *string) *GetFabricAzureStorageAccountParams
- func (o *GetFabricAzureStorageAccountParams) WithContext(ctx context.Context) *GetFabricAzureStorageAccountParams
- func (o *GetFabricAzureStorageAccountParams) WithHTTPClient(client *http.Client) *GetFabricAzureStorageAccountParams
- func (o *GetFabricAzureStorageAccountParams) WithID(id string) *GetFabricAzureStorageAccountParams
- func (o *GetFabricAzureStorageAccountParams) WithTimeout(timeout time.Duration) *GetFabricAzureStorageAccountParams
- func (o *GetFabricAzureStorageAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetFabricAzureStorageAccountReader
- type GetFabricAzureStorageAccountsForbidden
- type GetFabricAzureStorageAccountsOK
- type GetFabricAzureStorageAccountsParams
- func NewGetFabricAzureStorageAccountsParams() *GetFabricAzureStorageAccountsParams
- func NewGetFabricAzureStorageAccountsParamsWithContext(ctx context.Context) *GetFabricAzureStorageAccountsParams
- func NewGetFabricAzureStorageAccountsParamsWithHTTPClient(client *http.Client) *GetFabricAzureStorageAccountsParams
- func NewGetFabricAzureStorageAccountsParamsWithTimeout(timeout time.Duration) *GetFabricAzureStorageAccountsParams
- func (o *GetFabricAzureStorageAccountsParams) SetAPIVersion(aPIVersion *string)
- func (o *GetFabricAzureStorageAccountsParams) SetContext(ctx context.Context)
- func (o *GetFabricAzureStorageAccountsParams) SetHTTPClient(client *http.Client)
- func (o *GetFabricAzureStorageAccountsParams) SetTimeout(timeout time.Duration)
- func (o *GetFabricAzureStorageAccountsParams) WithAPIVersion(aPIVersion *string) *GetFabricAzureStorageAccountsParams
- func (o *GetFabricAzureStorageAccountsParams) WithContext(ctx context.Context) *GetFabricAzureStorageAccountsParams
- func (o *GetFabricAzureStorageAccountsParams) WithHTTPClient(client *http.Client) *GetFabricAzureStorageAccountsParams
- func (o *GetFabricAzureStorageAccountsParams) WithTimeout(timeout time.Duration) *GetFabricAzureStorageAccountsParams
- func (o *GetFabricAzureStorageAccountsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetFabricAzureStorageAccountsReader
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 ¶
func (o *GetFabricAzureStorageAccountForbidden) Error() string
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 ¶
func (o *GetFabricAzureStorageAccountNotFound) Error() string
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 (o *GetFabricAzureStorageAccountOK) Error() string
func (*GetFabricAzureStorageAccountOK) GetPayload ¶
func (o *GetFabricAzureStorageAccountOK) GetPayload() *models.FabricAzureStorageAccount
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 ¶
func (o *GetFabricAzureStorageAccountParams) SetContext(ctx context.Context)
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 ¶
func (o *GetFabricAzureStorageAccountParams) SetID(id string)
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 ¶
func (o *GetFabricAzureStorageAccountParams) WithAPIVersion(aPIVersion *string) *GetFabricAzureStorageAccountParams
WithAPIVersion adds the aPIVersion to the get fabric azure storage account params
func (*GetFabricAzureStorageAccountParams) WithContext ¶
func (o *GetFabricAzureStorageAccountParams) WithContext(ctx context.Context) *GetFabricAzureStorageAccountParams
WithContext adds the context to the get fabric azure storage account params
func (*GetFabricAzureStorageAccountParams) WithHTTPClient ¶
func (o *GetFabricAzureStorageAccountParams) WithHTTPClient(client *http.Client) *GetFabricAzureStorageAccountParams
WithHTTPClient adds the HTTPClient to the get fabric azure storage account params
func (*GetFabricAzureStorageAccountParams) WithID ¶
func (o *GetFabricAzureStorageAccountParams) WithID(id string) *GetFabricAzureStorageAccountParams
WithID adds the id to the get fabric azure storage account params
func (*GetFabricAzureStorageAccountParams) WithTimeout ¶
func (o *GetFabricAzureStorageAccountParams) WithTimeout(timeout time.Duration) *GetFabricAzureStorageAccountParams
WithTimeout adds the timeout to the get fabric azure storage account params
func (*GetFabricAzureStorageAccountParams) WriteToRequest ¶
func (o *GetFabricAzureStorageAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetFabricAzureStorageAccountsForbidden) Error() string
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 (o *GetFabricAzureStorageAccountsOK) Error() string
func (*GetFabricAzureStorageAccountsOK) GetPayload ¶
func (o *GetFabricAzureStorageAccountsOK) GetPayload() *models.FabricAzureStorageAccountResult
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 ¶
func (o *GetFabricAzureStorageAccountsParams) SetContext(ctx context.Context)
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 ¶
func (o *GetFabricAzureStorageAccountsParams) WithAPIVersion(aPIVersion *string) *GetFabricAzureStorageAccountsParams
WithAPIVersion adds the aPIVersion to the get fabric azure storage accounts params
func (*GetFabricAzureStorageAccountsParams) WithContext ¶
func (o *GetFabricAzureStorageAccountsParams) WithContext(ctx context.Context) *GetFabricAzureStorageAccountsParams
WithContext adds the context to the get fabric azure storage accounts params
func (*GetFabricAzureStorageAccountsParams) WithHTTPClient ¶
func (o *GetFabricAzureStorageAccountsParams) WithHTTPClient(client *http.Client) *GetFabricAzureStorageAccountsParams
WithHTTPClient adds the HTTPClient to the get fabric azure storage accounts params
func (*GetFabricAzureStorageAccountsParams) WithTimeout ¶
func (o *GetFabricAzureStorageAccountsParams) WithTimeout(timeout time.Duration) *GetFabricAzureStorageAccountsParams
WithTimeout adds the timeout to the get fabric azure storage accounts params
func (*GetFabricAzureStorageAccountsParams) WriteToRequest ¶
func (o *GetFabricAzureStorageAccountsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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.