Lines Matching refs:ImagesClient

28 type ImagesClient struct {  struct
33 func NewImagesClient(subscriptionID string) ImagesClient {
38 func NewImagesClientWithBaseURI(baseURI string, subscriptionID string) ImagesClient {
39 return ImagesClient{NewWithBaseURI(baseURI, subscriptionID)}
47 func (client ImagesClient) CreateOrUpdate(resourceGroupName string, imageName string, parameters Im…
95 func (client ImagesClient) CreateOrUpdatePreparer(resourceGroupName string, imageName string, param… argument
119 func (client ImagesClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) { argument
128 func (client ImagesClient) CreateOrUpdateResponder(resp *http.Response) (result Image, err error) { argument
143 func (client ImagesClient) Delete(resourceGroupName string, imageName string, cancel <-chan struct{…
179 func (client ImagesClient) DeletePreparer(resourceGroupName string, imageName string, cancel <-chan… argument
201 func (client ImagesClient) DeleteSender(req *http.Request) (*http.Response, error) { argument
210 func (client ImagesClient) DeleteResponder(resp *http.Response) (result OperationStatusResponse, er…
225 func (client ImagesClient) Get(resourceGroupName string, imageName string, expand string) (result I…
248 func (client ImagesClient) GetPreparer(resourceGroupName string, imageName string, expand string) (… argument
273 func (client ImagesClient) GetSender(req *http.Request) (*http.Response, error) { argument
281 func (client ImagesClient) GetResponder(resp *http.Response) (result Image, err error) {
294 func (client ImagesClient) List() (result ImageListResult, err error) {
317 func (client ImagesClient) ListPreparer() (*http.Request, error) { argument
337 func (client ImagesClient) ListSender(req *http.Request) (*http.Response, error) {
345 func (client ImagesClient) ListResponder(resp *http.Response) (result ImageListResult, err error) {
357 func (client ImagesClient) ListNextResults(lastResults ImageListResult) (result ImageListResult, er…
381 func (client ImagesClient) ListComplete(cancel <-chan struct{}) (<-chan Image, <-chan error) { argument
428 func (client ImagesClient) ListByResourceGroup(resourceGroupName string) (result ImageListResult, e…
451 func (client ImagesClient) ListByResourceGroupPreparer(resourceGroupName string) (*http.Request, er… argument
472 func (client ImagesClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) {
480 func (client ImagesClient) ListByResourceGroupResponder(resp *http.Response) (result ImageListResul…
492 func (client ImagesClient) ListByResourceGroupNextResults(lastResults ImageListResult) (result Imag…
516 func (client ImagesClient) ListByResourceGroupComplete(resourceGroupName string, cancel <-chan stru… argument