Lines Matching refs:ProductAPIClient

29 type ProductAPIClient struct {  struct
34 func NewProductAPIClient(subscriptionID string) ProductAPIClient {
39 func NewProductAPIClientWithBaseURI(baseURI string, subscriptionID string) ProductAPIClient {
40 return ProductAPIClient{NewWithBaseURI(baseURI, subscriptionID)}
49 func (client ProductAPIClient) CheckEntityExists(ctx context.Context, resourceGroupName string, ser…
88 func (client ProductAPIClient) CheckEntityExistsPreparer(ctx context.Context, resourceGroupName str… argument
112 func (client ProductAPIClient) CheckEntityExistsSender(req *http.Request) (*http.Response, error) { argument
119 func (client ProductAPIClient) CheckEntityExistsResponder(resp *http.Response) (result autorest.Res… argument
135 func (client ProductAPIClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, servic…
174 func (client ProductAPIClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string… argument
198 func (client ProductAPIClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) { argument
205 func (client ProductAPIClient) CreateOrUpdateResponder(resp *http.Response) (result APIContract, er… argument
222 func (client ProductAPIClient) Delete(ctx context.Context, resourceGroupName string, serviceName st…
261 func (client ProductAPIClient) DeletePreparer(ctx context.Context, resourceGroupName string, servic… argument
285 func (client ProductAPIClient) DeleteSender(req *http.Request) (*http.Response, error) { argument
292 func (client ProductAPIClient) DeleteResponder(resp *http.Response) (result autorest.Response, err … argument
316 func (client ProductAPIClient) ListByProduct(ctx context.Context, resourceGroupName string, service…
358 func (client ProductAPIClient) ListByProductPreparer(ctx context.Context, resourceGroupName string,… argument
390 func (client ProductAPIClient) ListByProductSender(req *http.Request) (*http.Response, error) {
397 func (client ProductAPIClient) ListByProductResponder(resp *http.Response) (result APICollection, e…
409 func (client ProductAPIClient) listByProductNextResults(lastResults APICollection) (result APIColle…
430 func (client ProductAPIClient) ListByProductComplete(ctx context.Context, resourceGroupName string,… argument