Lines Matching refs:ProductAPIClient

24 type ProductAPIClient struct {  struct
30 func NewProductAPIClient(con *armcore.Connection, subscriptionID string) *ProductAPIClient {
31 return &ProductAPIClient{con: con, subscriptionID: subscriptionID}
36 func (client *ProductAPIClient) CheckEntityExists(ctx context.Context, resourceGroupName string, se… argument
53 func (client *ProductAPIClient) checkEntityExistsCreateRequest(ctx context.Context, resourceGroupNa… argument
89 func (client *ProductAPIClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, servi… argument
105 func (client *ProductAPIClient) createOrUpdateCreateRequest(ctx context.Context, resourceGroupName … argument
140 func (client *ProductAPIClient) createOrUpdateHandleResponse(resp *azcore.Response) (ProductAPICrea… argument
149 func (client *ProductAPIClient) createOrUpdateHandleError(resp *azcore.Response) error { argument
163 func (client *ProductAPIClient) Delete(ctx context.Context, resourceGroupName string, serviceName s… argument
179 func (client *ProductAPIClient) deleteCreateRequest(ctx context.Context, resourceGroupName string, … argument
214 func (client *ProductAPIClient) deleteHandleError(resp *azcore.Response) error { argument
228 func (client *ProductAPIClient) ListByProduct(resourceGroupName string, serviceName string, product… argument
241 func (client *ProductAPIClient) listByProductCreateRequest(ctx context.Context, resourceGroupName s… argument
281 func (client *ProductAPIClient) listByProductHandleResponse(resp *azcore.Response) (ProductAPIListB… argument
290 func (client *ProductAPIClient) listByProductHandleError(resp *azcore.Response) error { argument