Scalr\Service\Azure\Client\QueryClient::__construct PHP Method

__construct() public method

Constructor
public __construct ( Azure $azure )
$azure Scalr\Service\Azure Azure client
    public function __construct(Azure $azure)
    {
        $this->azure = $azure;
    }