resource_groups

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 resource groups API

func New

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

New creates a new resource groups API client.

func (*Client) ResourceGroupsCheckExistence

ResourceGroupsCheckExistence Checks whether a resource group exists.

func (*Client) ResourceGroupsCreateOrUpdate

ResourceGroupsCreateOrUpdate Creates a resource group.

func (*Client) ResourceGroupsDelete

ResourceGroupsDelete deletes a resource group

When you delete a resource group, all of its resources are also deleted. Deleting a resource group deletes all of its template deployments and currently stored operations.

func (*Client) ResourceGroupsExportTemplate

func (a *Client) ResourceGroupsExportTemplate(params *ResourceGroupsExportTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*ResourceGroupsExportTemplateOK, error)

ResourceGroupsExportTemplate Captures the specified resource group as a template.

func (*Client) ResourceGroupsGet

func (a *Client) ResourceGroupsGet(params *ResourceGroupsGetParams, authInfo runtime.ClientAuthInfoWriter) (*ResourceGroupsGetOK, error)

ResourceGroupsGet Gets a resource group.

func (*Client) ResourceGroupsList

func (a *Client) ResourceGroupsList(params *ResourceGroupsListParams, authInfo runtime.ClientAuthInfoWriter) (*ResourceGroupsListOK, error)

ResourceGroupsList Gets all the resource groups for a subscription.

func (*Client) ResourceGroupsListResources

func (a *Client) ResourceGroupsListResources(params *ResourceGroupsListResourcesParams, authInfo runtime.ClientAuthInfoWriter) (*ResourceGroupsListResourcesOK, error)

ResourceGroupsListResources Get all the resources for a resource group.

func (*Client) ResourceGroupsPatch

func (a *Client) ResourceGroupsPatch(params *ResourceGroupsPatchParams, authInfo runtime.ClientAuthInfoWriter) (*ResourceGroupsPatchOK, error)

ResourceGroupsPatch updates a resource group

Resource groups can be updated through a simple PATCH operation to a group address. The format of the request is the same as that for creating a resource group. If a field is unspecified, the current value is retained.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ResourceGroupsCheckExistenceNoContent

type ResourceGroupsCheckExistenceNoContent struct {
}

ResourceGroupsCheckExistenceNoContent handles this case with default header values.

No Content

func NewResourceGroupsCheckExistenceNoContent

func NewResourceGroupsCheckExistenceNoContent() *ResourceGroupsCheckExistenceNoContent

NewResourceGroupsCheckExistenceNoContent creates a ResourceGroupsCheckExistenceNoContent with default headers values

func (*ResourceGroupsCheckExistenceNoContent) Error

type ResourceGroupsCheckExistenceNotFound

type ResourceGroupsCheckExistenceNotFound struct {
}

ResourceGroupsCheckExistenceNotFound handles this case with default header values.

Not Found

func NewResourceGroupsCheckExistenceNotFound

func NewResourceGroupsCheckExistenceNotFound() *ResourceGroupsCheckExistenceNotFound

NewResourceGroupsCheckExistenceNotFound creates a ResourceGroupsCheckExistenceNotFound with default headers values

func (*ResourceGroupsCheckExistenceNotFound) Error

type ResourceGroupsCheckExistenceParams

type ResourceGroupsCheckExistenceParams struct {

	/*APIVersion
	  The API version to use for this operation.

	*/
	APIVersion string
	/*ResourceGroupName
	  The name of the resource group to check. The name is case insensitive.

	*/
	ResourceGroupName string
	/*SubscriptionID
	  The ID of the target subscription.

	*/
	SubscriptionID string

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

ResourceGroupsCheckExistenceParams contains all the parameters to send to the API endpoint for the resource groups check existence operation typically these are written to a http.Request

func NewResourceGroupsCheckExistenceParams

func NewResourceGroupsCheckExistenceParams() *ResourceGroupsCheckExistenceParams

NewResourceGroupsCheckExistenceParams creates a new ResourceGroupsCheckExistenceParams object with the default values initialized.

func NewResourceGroupsCheckExistenceParamsWithContext

func NewResourceGroupsCheckExistenceParamsWithContext(ctx context.Context) *ResourceGroupsCheckExistenceParams

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

func NewResourceGroupsCheckExistenceParamsWithHTTPClient

func NewResourceGroupsCheckExistenceParamsWithHTTPClient(client *http.Client) *ResourceGroupsCheckExistenceParams

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

func NewResourceGroupsCheckExistenceParamsWithTimeout

func NewResourceGroupsCheckExistenceParamsWithTimeout(timeout time.Duration) *ResourceGroupsCheckExistenceParams

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

func (*ResourceGroupsCheckExistenceParams) SetAPIVersion

func (o *ResourceGroupsCheckExistenceParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the resource groups check existence params

func (*ResourceGroupsCheckExistenceParams) SetContext

SetContext adds the context to the resource groups check existence params

func (*ResourceGroupsCheckExistenceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the resource groups check existence params

func (*ResourceGroupsCheckExistenceParams) SetResourceGroupName

func (o *ResourceGroupsCheckExistenceParams) SetResourceGroupName(resourceGroupName string)

SetResourceGroupName adds the resourceGroupName to the resource groups check existence params

func (*ResourceGroupsCheckExistenceParams) SetSubscriptionID

func (o *ResourceGroupsCheckExistenceParams) SetSubscriptionID(subscriptionID string)

SetSubscriptionID adds the subscriptionId to the resource groups check existence params

func (*ResourceGroupsCheckExistenceParams) SetTimeout

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

SetTimeout adds the timeout to the resource groups check existence params

func (*ResourceGroupsCheckExistenceParams) WithAPIVersion

WithAPIVersion adds the aPIVersion to the resource groups check existence params

func (*ResourceGroupsCheckExistenceParams) WithContext

WithContext adds the context to the resource groups check existence params

func (*ResourceGroupsCheckExistenceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the resource groups check existence params

func (*ResourceGroupsCheckExistenceParams) WithResourceGroupName

func (o *ResourceGroupsCheckExistenceParams) WithResourceGroupName(resourceGroupName string) *ResourceGroupsCheckExistenceParams

WithResourceGroupName adds the resourceGroupName to the resource groups check existence params

func (*ResourceGroupsCheckExistenceParams) WithSubscriptionID

func (o *ResourceGroupsCheckExistenceParams) WithSubscriptionID(subscriptionID string) *ResourceGroupsCheckExistenceParams

WithSubscriptionID adds the subscriptionID to the resource groups check existence params

func (*ResourceGroupsCheckExistenceParams) WithTimeout

WithTimeout adds the timeout to the resource groups check existence params

func (*ResourceGroupsCheckExistenceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ResourceGroupsCheckExistenceReader

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

ResourceGroupsCheckExistenceReader is a Reader for the ResourceGroupsCheckExistence structure.

func (*ResourceGroupsCheckExistenceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ResourceGroupsCreateOrUpdateCreated

type ResourceGroupsCreateOrUpdateCreated struct {
	Payload *models.ResourceGroup
}

ResourceGroupsCreateOrUpdateCreated handles this case with default header values.

Created - Returns information about the new resource group.

func NewResourceGroupsCreateOrUpdateCreated

func NewResourceGroupsCreateOrUpdateCreated() *ResourceGroupsCreateOrUpdateCreated

NewResourceGroupsCreateOrUpdateCreated creates a ResourceGroupsCreateOrUpdateCreated with default headers values

func (*ResourceGroupsCreateOrUpdateCreated) Error

type ResourceGroupsCreateOrUpdateOK

type ResourceGroupsCreateOrUpdateOK struct {
	Payload *models.ResourceGroup
}

ResourceGroupsCreateOrUpdateOK handles this case with default header values.

OK - Returns information about the new resource group.

func NewResourceGroupsCreateOrUpdateOK

func NewResourceGroupsCreateOrUpdateOK() *ResourceGroupsCreateOrUpdateOK

NewResourceGroupsCreateOrUpdateOK creates a ResourceGroupsCreateOrUpdateOK with default headers values

func (*ResourceGroupsCreateOrUpdateOK) Error

type ResourceGroupsCreateOrUpdateParams

type ResourceGroupsCreateOrUpdateParams struct {

	/*APIVersion
	  The API version to use for this operation.

	*/
	APIVersion string
	/*Parameters
	  Parameters supplied to the create or update a resource group.

	*/
	Parameters *models.ResourceGroup
	/*ResourceGroupName
	  The name of the resource group to create or update.

	*/
	ResourceGroupName string
	/*SubscriptionID
	  The ID of the target subscription.

	*/
	SubscriptionID string

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

ResourceGroupsCreateOrUpdateParams contains all the parameters to send to the API endpoint for the resource groups create or update operation typically these are written to a http.Request

func NewResourceGroupsCreateOrUpdateParams

func NewResourceGroupsCreateOrUpdateParams() *ResourceGroupsCreateOrUpdateParams

NewResourceGroupsCreateOrUpdateParams creates a new ResourceGroupsCreateOrUpdateParams object with the default values initialized.

func NewResourceGroupsCreateOrUpdateParamsWithContext

func NewResourceGroupsCreateOrUpdateParamsWithContext(ctx context.Context) *ResourceGroupsCreateOrUpdateParams

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

func NewResourceGroupsCreateOrUpdateParamsWithHTTPClient

func NewResourceGroupsCreateOrUpdateParamsWithHTTPClient(client *http.Client) *ResourceGroupsCreateOrUpdateParams

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

func NewResourceGroupsCreateOrUpdateParamsWithTimeout

func NewResourceGroupsCreateOrUpdateParamsWithTimeout(timeout time.Duration) *ResourceGroupsCreateOrUpdateParams

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

func (*ResourceGroupsCreateOrUpdateParams) SetAPIVersion

func (o *ResourceGroupsCreateOrUpdateParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the resource groups create or update params

func (*ResourceGroupsCreateOrUpdateParams) SetContext

SetContext adds the context to the resource groups create or update params

func (*ResourceGroupsCreateOrUpdateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the resource groups create or update params

func (*ResourceGroupsCreateOrUpdateParams) SetParameters

func (o *ResourceGroupsCreateOrUpdateParams) SetParameters(parameters *models.ResourceGroup)

SetParameters adds the parameters to the resource groups create or update params

func (*ResourceGroupsCreateOrUpdateParams) SetResourceGroupName

func (o *ResourceGroupsCreateOrUpdateParams) SetResourceGroupName(resourceGroupName string)

SetResourceGroupName adds the resourceGroupName to the resource groups create or update params

func (*ResourceGroupsCreateOrUpdateParams) SetSubscriptionID

func (o *ResourceGroupsCreateOrUpdateParams) SetSubscriptionID(subscriptionID string)

SetSubscriptionID adds the subscriptionId to the resource groups create or update params

func (*ResourceGroupsCreateOrUpdateParams) SetTimeout

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

SetTimeout adds the timeout to the resource groups create or update params

func (*ResourceGroupsCreateOrUpdateParams) WithAPIVersion

WithAPIVersion adds the aPIVersion to the resource groups create or update params

func (*ResourceGroupsCreateOrUpdateParams) WithContext

WithContext adds the context to the resource groups create or update params

func (*ResourceGroupsCreateOrUpdateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the resource groups create or update params

func (*ResourceGroupsCreateOrUpdateParams) WithParameters

WithParameters adds the parameters to the resource groups create or update params

func (*ResourceGroupsCreateOrUpdateParams) WithResourceGroupName

func (o *ResourceGroupsCreateOrUpdateParams) WithResourceGroupName(resourceGroupName string) *ResourceGroupsCreateOrUpdateParams

WithResourceGroupName adds the resourceGroupName to the resource groups create or update params

func (*ResourceGroupsCreateOrUpdateParams) WithSubscriptionID

func (o *ResourceGroupsCreateOrUpdateParams) WithSubscriptionID(subscriptionID string) *ResourceGroupsCreateOrUpdateParams

WithSubscriptionID adds the subscriptionID to the resource groups create or update params

func (*ResourceGroupsCreateOrUpdateParams) WithTimeout

WithTimeout adds the timeout to the resource groups create or update params

func (*ResourceGroupsCreateOrUpdateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ResourceGroupsCreateOrUpdateReader

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

ResourceGroupsCreateOrUpdateReader is a Reader for the ResourceGroupsCreateOrUpdate structure.

func (*ResourceGroupsCreateOrUpdateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ResourceGroupsDeleteAccepted

type ResourceGroupsDeleteAccepted struct {
}

ResourceGroupsDeleteAccepted handles this case with default header values.

Accepted

func NewResourceGroupsDeleteAccepted

func NewResourceGroupsDeleteAccepted() *ResourceGroupsDeleteAccepted

NewResourceGroupsDeleteAccepted creates a ResourceGroupsDeleteAccepted with default headers values

func (*ResourceGroupsDeleteAccepted) Error

type ResourceGroupsDeleteOK

type ResourceGroupsDeleteOK struct {
}

ResourceGroupsDeleteOK handles this case with default header values.

OK

func NewResourceGroupsDeleteOK

func NewResourceGroupsDeleteOK() *ResourceGroupsDeleteOK

NewResourceGroupsDeleteOK creates a ResourceGroupsDeleteOK with default headers values

func (*ResourceGroupsDeleteOK) Error

func (o *ResourceGroupsDeleteOK) Error() string

type ResourceGroupsDeleteParams

type ResourceGroupsDeleteParams struct {

	/*APIVersion
	  The API version to use for this operation.

	*/
	APIVersion string
	/*ResourceGroupName
	  The name of the resource group to delete. The name is case insensitive.

	*/
	ResourceGroupName string
	/*SubscriptionID
	  The ID of the target subscription.

	*/
	SubscriptionID string

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

ResourceGroupsDeleteParams contains all the parameters to send to the API endpoint for the resource groups delete operation typically these are written to a http.Request

func NewResourceGroupsDeleteParams

func NewResourceGroupsDeleteParams() *ResourceGroupsDeleteParams

NewResourceGroupsDeleteParams creates a new ResourceGroupsDeleteParams object with the default values initialized.

func NewResourceGroupsDeleteParamsWithContext

func NewResourceGroupsDeleteParamsWithContext(ctx context.Context) *ResourceGroupsDeleteParams

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

func NewResourceGroupsDeleteParamsWithHTTPClient

func NewResourceGroupsDeleteParamsWithHTTPClient(client *http.Client) *ResourceGroupsDeleteParams

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

func NewResourceGroupsDeleteParamsWithTimeout

func NewResourceGroupsDeleteParamsWithTimeout(timeout time.Duration) *ResourceGroupsDeleteParams

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

func (*ResourceGroupsDeleteParams) SetAPIVersion

func (o *ResourceGroupsDeleteParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the resource groups delete params

func (*ResourceGroupsDeleteParams) SetContext

func (o *ResourceGroupsDeleteParams) SetContext(ctx context.Context)

SetContext adds the context to the resource groups delete params

func (*ResourceGroupsDeleteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the resource groups delete params

func (*ResourceGroupsDeleteParams) SetResourceGroupName

func (o *ResourceGroupsDeleteParams) SetResourceGroupName(resourceGroupName string)

SetResourceGroupName adds the resourceGroupName to the resource groups delete params

func (*ResourceGroupsDeleteParams) SetSubscriptionID

func (o *ResourceGroupsDeleteParams) SetSubscriptionID(subscriptionID string)

SetSubscriptionID adds the subscriptionId to the resource groups delete params

func (*ResourceGroupsDeleteParams) SetTimeout

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

SetTimeout adds the timeout to the resource groups delete params

func (*ResourceGroupsDeleteParams) WithAPIVersion

func (o *ResourceGroupsDeleteParams) WithAPIVersion(aPIVersion string) *ResourceGroupsDeleteParams

WithAPIVersion adds the aPIVersion to the resource groups delete params

func (*ResourceGroupsDeleteParams) WithContext

WithContext adds the context to the resource groups delete params

func (*ResourceGroupsDeleteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the resource groups delete params

func (*ResourceGroupsDeleteParams) WithResourceGroupName

func (o *ResourceGroupsDeleteParams) WithResourceGroupName(resourceGroupName string) *ResourceGroupsDeleteParams

WithResourceGroupName adds the resourceGroupName to the resource groups delete params

func (*ResourceGroupsDeleteParams) WithSubscriptionID

func (o *ResourceGroupsDeleteParams) WithSubscriptionID(subscriptionID string) *ResourceGroupsDeleteParams

WithSubscriptionID adds the subscriptionID to the resource groups delete params

func (*ResourceGroupsDeleteParams) WithTimeout

WithTimeout adds the timeout to the resource groups delete params

func (*ResourceGroupsDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ResourceGroupsDeleteReader

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

ResourceGroupsDeleteReader is a Reader for the ResourceGroupsDelete structure.

func (*ResourceGroupsDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ResourceGroupsExportTemplateOK

type ResourceGroupsExportTemplateOK struct {
	Payload *models.ResourceGroupExportResult
}

ResourceGroupsExportTemplateOK handles this case with default header values.

OK - Returns the result of the export.

func NewResourceGroupsExportTemplateOK

func NewResourceGroupsExportTemplateOK() *ResourceGroupsExportTemplateOK

NewResourceGroupsExportTemplateOK creates a ResourceGroupsExportTemplateOK with default headers values

func (*ResourceGroupsExportTemplateOK) Error

type ResourceGroupsExportTemplateParams

type ResourceGroupsExportTemplateParams struct {

	/*APIVersion
	  The API version to use for this operation.

	*/
	APIVersion string
	/*Parameters
	  Parameters for exporting the template.

	*/
	Parameters *models.ExportTemplateRequest
	/*ResourceGroupName
	  The name of the resource group to export as a template.

	*/
	ResourceGroupName string
	/*SubscriptionID
	  The ID of the target subscription.

	*/
	SubscriptionID string

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

ResourceGroupsExportTemplateParams contains all the parameters to send to the API endpoint for the resource groups export template operation typically these are written to a http.Request

func NewResourceGroupsExportTemplateParams

func NewResourceGroupsExportTemplateParams() *ResourceGroupsExportTemplateParams

NewResourceGroupsExportTemplateParams creates a new ResourceGroupsExportTemplateParams object with the default values initialized.

func NewResourceGroupsExportTemplateParamsWithContext

func NewResourceGroupsExportTemplateParamsWithContext(ctx context.Context) *ResourceGroupsExportTemplateParams

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

func NewResourceGroupsExportTemplateParamsWithHTTPClient

func NewResourceGroupsExportTemplateParamsWithHTTPClient(client *http.Client) *ResourceGroupsExportTemplateParams

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

func NewResourceGroupsExportTemplateParamsWithTimeout

func NewResourceGroupsExportTemplateParamsWithTimeout(timeout time.Duration) *ResourceGroupsExportTemplateParams

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

func (*ResourceGroupsExportTemplateParams) SetAPIVersion

func (o *ResourceGroupsExportTemplateParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the resource groups export template params

func (*ResourceGroupsExportTemplateParams) SetContext

SetContext adds the context to the resource groups export template params

func (*ResourceGroupsExportTemplateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the resource groups export template params

func (*ResourceGroupsExportTemplateParams) SetParameters

func (o *ResourceGroupsExportTemplateParams) SetParameters(parameters *models.ExportTemplateRequest)

SetParameters adds the parameters to the resource groups export template params

func (*ResourceGroupsExportTemplateParams) SetResourceGroupName

func (o *ResourceGroupsExportTemplateParams) SetResourceGroupName(resourceGroupName string)

SetResourceGroupName adds the resourceGroupName to the resource groups export template params

func (*ResourceGroupsExportTemplateParams) SetSubscriptionID

func (o *ResourceGroupsExportTemplateParams) SetSubscriptionID(subscriptionID string)

SetSubscriptionID adds the subscriptionId to the resource groups export template params

func (*ResourceGroupsExportTemplateParams) SetTimeout

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

SetTimeout adds the timeout to the resource groups export template params

func (*ResourceGroupsExportTemplateParams) WithAPIVersion

WithAPIVersion adds the aPIVersion to the resource groups export template params

func (*ResourceGroupsExportTemplateParams) WithContext

WithContext adds the context to the resource groups export template params

func (*ResourceGroupsExportTemplateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the resource groups export template params

func (*ResourceGroupsExportTemplateParams) WithParameters

WithParameters adds the parameters to the resource groups export template params

func (*ResourceGroupsExportTemplateParams) WithResourceGroupName

func (o *ResourceGroupsExportTemplateParams) WithResourceGroupName(resourceGroupName string) *ResourceGroupsExportTemplateParams

WithResourceGroupName adds the resourceGroupName to the resource groups export template params

func (*ResourceGroupsExportTemplateParams) WithSubscriptionID

func (o *ResourceGroupsExportTemplateParams) WithSubscriptionID(subscriptionID string) *ResourceGroupsExportTemplateParams

WithSubscriptionID adds the subscriptionID to the resource groups export template params

func (*ResourceGroupsExportTemplateParams) WithTimeout

WithTimeout adds the timeout to the resource groups export template params

func (*ResourceGroupsExportTemplateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ResourceGroupsExportTemplateReader

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

ResourceGroupsExportTemplateReader is a Reader for the ResourceGroupsExportTemplate structure.

func (*ResourceGroupsExportTemplateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ResourceGroupsGetOK

type ResourceGroupsGetOK struct {
	Payload *models.ResourceGroup
}

ResourceGroupsGetOK handles this case with default header values.

OK - Returns information about the resource group.

func NewResourceGroupsGetOK

func NewResourceGroupsGetOK() *ResourceGroupsGetOK

NewResourceGroupsGetOK creates a ResourceGroupsGetOK with default headers values

func (*ResourceGroupsGetOK) Error

func (o *ResourceGroupsGetOK) Error() string

type ResourceGroupsGetParams

type ResourceGroupsGetParams struct {

	/*APIVersion
	  The API version to use for this operation.

	*/
	APIVersion string
	/*ResourceGroupName
	  The name of the resource group to get. The name is case insensitive.

	*/
	ResourceGroupName string
	/*SubscriptionID
	  The ID of the target subscription.

	*/
	SubscriptionID string

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

ResourceGroupsGetParams contains all the parameters to send to the API endpoint for the resource groups get operation typically these are written to a http.Request

func NewResourceGroupsGetParams

func NewResourceGroupsGetParams() *ResourceGroupsGetParams

NewResourceGroupsGetParams creates a new ResourceGroupsGetParams object with the default values initialized.

func NewResourceGroupsGetParamsWithContext

func NewResourceGroupsGetParamsWithContext(ctx context.Context) *ResourceGroupsGetParams

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

func NewResourceGroupsGetParamsWithHTTPClient

func NewResourceGroupsGetParamsWithHTTPClient(client *http.Client) *ResourceGroupsGetParams

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

func NewResourceGroupsGetParamsWithTimeout

func NewResourceGroupsGetParamsWithTimeout(timeout time.Duration) *ResourceGroupsGetParams

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

func (*ResourceGroupsGetParams) SetAPIVersion

func (o *ResourceGroupsGetParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the resource groups get params

func (*ResourceGroupsGetParams) SetContext

func (o *ResourceGroupsGetParams) SetContext(ctx context.Context)

SetContext adds the context to the resource groups get params

func (*ResourceGroupsGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the resource groups get params

func (*ResourceGroupsGetParams) SetResourceGroupName

func (o *ResourceGroupsGetParams) SetResourceGroupName(resourceGroupName string)

SetResourceGroupName adds the resourceGroupName to the resource groups get params

func (*ResourceGroupsGetParams) SetSubscriptionID

func (o *ResourceGroupsGetParams) SetSubscriptionID(subscriptionID string)

SetSubscriptionID adds the subscriptionId to the resource groups get params

func (*ResourceGroupsGetParams) SetTimeout

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

SetTimeout adds the timeout to the resource groups get params

func (*ResourceGroupsGetParams) WithAPIVersion

func (o *ResourceGroupsGetParams) WithAPIVersion(aPIVersion string) *ResourceGroupsGetParams

WithAPIVersion adds the aPIVersion to the resource groups get params

func (*ResourceGroupsGetParams) WithContext

WithContext adds the context to the resource groups get params

func (*ResourceGroupsGetParams) WithHTTPClient

func (o *ResourceGroupsGetParams) WithHTTPClient(client *http.Client) *ResourceGroupsGetParams

WithHTTPClient adds the HTTPClient to the resource groups get params

func (*ResourceGroupsGetParams) WithResourceGroupName

func (o *ResourceGroupsGetParams) WithResourceGroupName(resourceGroupName string) *ResourceGroupsGetParams

WithResourceGroupName adds the resourceGroupName to the resource groups get params

func (*ResourceGroupsGetParams) WithSubscriptionID

func (o *ResourceGroupsGetParams) WithSubscriptionID(subscriptionID string) *ResourceGroupsGetParams

WithSubscriptionID adds the subscriptionID to the resource groups get params

func (*ResourceGroupsGetParams) WithTimeout

WithTimeout adds the timeout to the resource groups get params

func (*ResourceGroupsGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ResourceGroupsGetReader

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

ResourceGroupsGetReader is a Reader for the ResourceGroupsGet structure.

func (*ResourceGroupsGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ResourceGroupsListOK

type ResourceGroupsListOK struct {
	Payload *models.ResourceGroupListResult
}

ResourceGroupsListOK handles this case with default header values.

OK - Returns an array of resource groups.

func NewResourceGroupsListOK

func NewResourceGroupsListOK() *ResourceGroupsListOK

NewResourceGroupsListOK creates a ResourceGroupsListOK with default headers values

func (*ResourceGroupsListOK) Error

func (o *ResourceGroupsListOK) Error() string

type ResourceGroupsListParams

type ResourceGroupsListParams struct {

	/*NrDollarFilter
	  The filter to apply on the operation.

	*/
	DollarFilter *string
	/*NrDollarTop
	  The number of results to return. If null is passed, returns all resource groups.

	*/
	DollarTop *int32
	/*APIVersion
	  The API version to use for this operation.

	*/
	APIVersion string
	/*SubscriptionID
	  The ID of the target subscription.

	*/
	SubscriptionID string

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

ResourceGroupsListParams contains all the parameters to send to the API endpoint for the resource groups list operation typically these are written to a http.Request

func NewResourceGroupsListParams

func NewResourceGroupsListParams() *ResourceGroupsListParams

NewResourceGroupsListParams creates a new ResourceGroupsListParams object with the default values initialized.

func NewResourceGroupsListParamsWithContext

func NewResourceGroupsListParamsWithContext(ctx context.Context) *ResourceGroupsListParams

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

func NewResourceGroupsListParamsWithHTTPClient

func NewResourceGroupsListParamsWithHTTPClient(client *http.Client) *ResourceGroupsListParams

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

func NewResourceGroupsListParamsWithTimeout

func NewResourceGroupsListParamsWithTimeout(timeout time.Duration) *ResourceGroupsListParams

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

func (*ResourceGroupsListParams) SetAPIVersion

func (o *ResourceGroupsListParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the resource groups list params

func (*ResourceGroupsListParams) SetContext

func (o *ResourceGroupsListParams) SetContext(ctx context.Context)

SetContext adds the context to the resource groups list params

func (*ResourceGroupsListParams) SetDollarFilter

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

SetDollarFilter adds the dollarFilter to the resource groups list params

func (*ResourceGroupsListParams) SetDollarTop

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

SetDollarTop adds the dollarTop to the resource groups list params

func (*ResourceGroupsListParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the resource groups list params

func (*ResourceGroupsListParams) SetSubscriptionID

func (o *ResourceGroupsListParams) SetSubscriptionID(subscriptionID string)

SetSubscriptionID adds the subscriptionId to the resource groups list params

func (*ResourceGroupsListParams) SetTimeout

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

SetTimeout adds the timeout to the resource groups list params

func (*ResourceGroupsListParams) WithAPIVersion

func (o *ResourceGroupsListParams) WithAPIVersion(aPIVersion string) *ResourceGroupsListParams

WithAPIVersion adds the aPIVersion to the resource groups list params

func (*ResourceGroupsListParams) WithContext

WithContext adds the context to the resource groups list params

func (*ResourceGroupsListParams) WithDollarFilter

func (o *ResourceGroupsListParams) WithDollarFilter(dollarFilter *string) *ResourceGroupsListParams

WithDollarFilter adds the dollarFilter to the resource groups list params

func (*ResourceGroupsListParams) WithDollarTop

func (o *ResourceGroupsListParams) WithDollarTop(dollarTop *int32) *ResourceGroupsListParams

WithDollarTop adds the dollarTop to the resource groups list params

func (*ResourceGroupsListParams) WithHTTPClient

func (o *ResourceGroupsListParams) WithHTTPClient(client *http.Client) *ResourceGroupsListParams

WithHTTPClient adds the HTTPClient to the resource groups list params

func (*ResourceGroupsListParams) WithSubscriptionID

func (o *ResourceGroupsListParams) WithSubscriptionID(subscriptionID string) *ResourceGroupsListParams

WithSubscriptionID adds the subscriptionID to the resource groups list params

func (*ResourceGroupsListParams) WithTimeout

WithTimeout adds the timeout to the resource groups list params

func (*ResourceGroupsListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ResourceGroupsListReader

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

ResourceGroupsListReader is a Reader for the ResourceGroupsList structure.

func (*ResourceGroupsListReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ResourceGroupsListResourcesOK

type ResourceGroupsListResourcesOK struct {
	Payload *models.ResourceListResult
}

ResourceGroupsListResourcesOK handles this case with default header values.

OK - Returns an array of resources

func NewResourceGroupsListResourcesOK

func NewResourceGroupsListResourcesOK() *ResourceGroupsListResourcesOK

NewResourceGroupsListResourcesOK creates a ResourceGroupsListResourcesOK with default headers values

func (*ResourceGroupsListResourcesOK) Error

type ResourceGroupsListResourcesParams

type ResourceGroupsListResourcesParams struct {

	/*NrDollarExpand
	  The $expand query parameter

	*/
	DollarExpand *string
	/*NrDollarFilter
	  The filter to apply on the operation.

	*/
	DollarFilter *string
	/*NrDollarTop
	  The number of results to return. If null is passed, returns all resources.

	*/
	DollarTop *int32
	/*APIVersion
	  The API version to use for this operation.

	*/
	APIVersion string
	/*ResourceGroupName
	  The resource group with the resources to get.

	*/
	ResourceGroupName string
	/*SubscriptionID
	  The ID of the target subscription.

	*/
	SubscriptionID string

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

ResourceGroupsListResourcesParams contains all the parameters to send to the API endpoint for the resource groups list resources operation typically these are written to a http.Request

func NewResourceGroupsListResourcesParams

func NewResourceGroupsListResourcesParams() *ResourceGroupsListResourcesParams

NewResourceGroupsListResourcesParams creates a new ResourceGroupsListResourcesParams object with the default values initialized.

func NewResourceGroupsListResourcesParamsWithContext

func NewResourceGroupsListResourcesParamsWithContext(ctx context.Context) *ResourceGroupsListResourcesParams

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

func NewResourceGroupsListResourcesParamsWithHTTPClient

func NewResourceGroupsListResourcesParamsWithHTTPClient(client *http.Client) *ResourceGroupsListResourcesParams

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

func NewResourceGroupsListResourcesParamsWithTimeout

func NewResourceGroupsListResourcesParamsWithTimeout(timeout time.Duration) *ResourceGroupsListResourcesParams

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

func (*ResourceGroupsListResourcesParams) SetAPIVersion

func (o *ResourceGroupsListResourcesParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the resource groups list resources params

func (*ResourceGroupsListResourcesParams) SetContext

SetContext adds the context to the resource groups list resources params

func (*ResourceGroupsListResourcesParams) SetDollarExpand

func (o *ResourceGroupsListResourcesParams) SetDollarExpand(dollarExpand *string)

SetDollarExpand adds the dollarExpand to the resource groups list resources params

func (*ResourceGroupsListResourcesParams) SetDollarFilter

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

SetDollarFilter adds the dollarFilter to the resource groups list resources params

func (*ResourceGroupsListResourcesParams) SetDollarTop

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

SetDollarTop adds the dollarTop to the resource groups list resources params

func (*ResourceGroupsListResourcesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the resource groups list resources params

func (*ResourceGroupsListResourcesParams) SetResourceGroupName

func (o *ResourceGroupsListResourcesParams) SetResourceGroupName(resourceGroupName string)

SetResourceGroupName adds the resourceGroupName to the resource groups list resources params

func (*ResourceGroupsListResourcesParams) SetSubscriptionID

func (o *ResourceGroupsListResourcesParams) SetSubscriptionID(subscriptionID string)

SetSubscriptionID adds the subscriptionId to the resource groups list resources params

func (*ResourceGroupsListResourcesParams) SetTimeout

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

SetTimeout adds the timeout to the resource groups list resources params

func (*ResourceGroupsListResourcesParams) WithAPIVersion

WithAPIVersion adds the aPIVersion to the resource groups list resources params

func (*ResourceGroupsListResourcesParams) WithContext

WithContext adds the context to the resource groups list resources params

func (*ResourceGroupsListResourcesParams) WithDollarExpand

WithDollarExpand adds the dollarExpand to the resource groups list resources params

func (*ResourceGroupsListResourcesParams) WithDollarFilter

WithDollarFilter adds the dollarFilter to the resource groups list resources params

func (*ResourceGroupsListResourcesParams) WithDollarTop

WithDollarTop adds the dollarTop to the resource groups list resources params

func (*ResourceGroupsListResourcesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the resource groups list resources params

func (*ResourceGroupsListResourcesParams) WithResourceGroupName

func (o *ResourceGroupsListResourcesParams) WithResourceGroupName(resourceGroupName string) *ResourceGroupsListResourcesParams

WithResourceGroupName adds the resourceGroupName to the resource groups list resources params

func (*ResourceGroupsListResourcesParams) WithSubscriptionID

func (o *ResourceGroupsListResourcesParams) WithSubscriptionID(subscriptionID string) *ResourceGroupsListResourcesParams

WithSubscriptionID adds the subscriptionID to the resource groups list resources params

func (*ResourceGroupsListResourcesParams) WithTimeout

WithTimeout adds the timeout to the resource groups list resources params

func (*ResourceGroupsListResourcesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ResourceGroupsListResourcesReader

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

ResourceGroupsListResourcesReader is a Reader for the ResourceGroupsListResources structure.

func (*ResourceGroupsListResourcesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ResourceGroupsPatchOK

type ResourceGroupsPatchOK struct {
	Payload *models.ResourceGroup
}

ResourceGroupsPatchOK handles this case with default header values.

OK - Returns information about the resource group.

func NewResourceGroupsPatchOK

func NewResourceGroupsPatchOK() *ResourceGroupsPatchOK

NewResourceGroupsPatchOK creates a ResourceGroupsPatchOK with default headers values

func (*ResourceGroupsPatchOK) Error

func (o *ResourceGroupsPatchOK) Error() string

type ResourceGroupsPatchParams

type ResourceGroupsPatchParams struct {

	/*APIVersion
	  The API version to use for this operation.

	*/
	APIVersion string
	/*Parameters
	  Parameters supplied to update a resource group.

	*/
	Parameters *models.ResourceGroup
	/*ResourceGroupName
	  The name of the resource group to update. The name is case insensitive.

	*/
	ResourceGroupName string
	/*SubscriptionID
	  The ID of the target subscription.

	*/
	SubscriptionID string

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

ResourceGroupsPatchParams contains all the parameters to send to the API endpoint for the resource groups patch operation typically these are written to a http.Request

func NewResourceGroupsPatchParams

func NewResourceGroupsPatchParams() *ResourceGroupsPatchParams

NewResourceGroupsPatchParams creates a new ResourceGroupsPatchParams object with the default values initialized.

func NewResourceGroupsPatchParamsWithContext

func NewResourceGroupsPatchParamsWithContext(ctx context.Context) *ResourceGroupsPatchParams

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

func NewResourceGroupsPatchParamsWithHTTPClient

func NewResourceGroupsPatchParamsWithHTTPClient(client *http.Client) *ResourceGroupsPatchParams

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

func NewResourceGroupsPatchParamsWithTimeout

func NewResourceGroupsPatchParamsWithTimeout(timeout time.Duration) *ResourceGroupsPatchParams

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

func (*ResourceGroupsPatchParams) SetAPIVersion

func (o *ResourceGroupsPatchParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the resource groups patch params

func (*ResourceGroupsPatchParams) SetContext

func (o *ResourceGroupsPatchParams) SetContext(ctx context.Context)

SetContext adds the context to the resource groups patch params

func (*ResourceGroupsPatchParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the resource groups patch params

func (*ResourceGroupsPatchParams) SetParameters

func (o *ResourceGroupsPatchParams) SetParameters(parameters *models.ResourceGroup)

SetParameters adds the parameters to the resource groups patch params

func (*ResourceGroupsPatchParams) SetResourceGroupName

func (o *ResourceGroupsPatchParams) SetResourceGroupName(resourceGroupName string)

SetResourceGroupName adds the resourceGroupName to the resource groups patch params

func (*ResourceGroupsPatchParams) SetSubscriptionID

func (o *ResourceGroupsPatchParams) SetSubscriptionID(subscriptionID string)

SetSubscriptionID adds the subscriptionId to the resource groups patch params

func (*ResourceGroupsPatchParams) SetTimeout

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

SetTimeout adds the timeout to the resource groups patch params

func (*ResourceGroupsPatchParams) WithAPIVersion

func (o *ResourceGroupsPatchParams) WithAPIVersion(aPIVersion string) *ResourceGroupsPatchParams

WithAPIVersion adds the aPIVersion to the resource groups patch params

func (*ResourceGroupsPatchParams) WithContext

WithContext adds the context to the resource groups patch params

func (*ResourceGroupsPatchParams) WithHTTPClient

func (o *ResourceGroupsPatchParams) WithHTTPClient(client *http.Client) *ResourceGroupsPatchParams

WithHTTPClient adds the HTTPClient to the resource groups patch params

func (*ResourceGroupsPatchParams) WithParameters

WithParameters adds the parameters to the resource groups patch params

func (*ResourceGroupsPatchParams) WithResourceGroupName

func (o *ResourceGroupsPatchParams) WithResourceGroupName(resourceGroupName string) *ResourceGroupsPatchParams

WithResourceGroupName adds the resourceGroupName to the resource groups patch params

func (*ResourceGroupsPatchParams) WithSubscriptionID

func (o *ResourceGroupsPatchParams) WithSubscriptionID(subscriptionID string) *ResourceGroupsPatchParams

WithSubscriptionID adds the subscriptionID to the resource groups patch params

func (*ResourceGroupsPatchParams) WithTimeout

WithTimeout adds the timeout to the resource groups patch params

func (*ResourceGroupsPatchParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ResourceGroupsPatchReader

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

ResourceGroupsPatchReader is a Reader for the ResourceGroupsPatch structure.

func (*ResourceGroupsPatchReader) ReadResponse

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